UNPKG

@deepbag/react-grid-x

Version:

ReactGridX is a customizable and flexible React table component that supports pagination, dynamic rendering of table data, and customizable column rendering. It provides an easy-to-use interface for displaying tabular data with configurable columns, pagin

56 lines (55 loc) 1.68 kB
{ "name": "@deepbag/react-grid-x", "version": "0.3.0", "description": "ReactGridX is a customizable and flexible React table component that supports pagination, dynamic rendering of table data, and customizable column rendering. It provides an easy-to-use interface for displaying tabular data with configurable columns, pagination, and styling.", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "tsup src/index.ts --format esm,cjs --dts --external react --external react-dom && mkdir -p dist/themes && cp -R src/themes/* dist/themes/", "prepublishOnly": "yarn build" }, "repository": { "type": "git", "url": "https://github.com/deepbag/react-grid-x" }, "homepage": "https://deepbag.github.io/react-grid-x", "keywords": [ "table", "pagination", "sorting", "react-table", "react-pagination", "server-side-pagination", "client-side-pagination", "custom-table", "custom-theme", "react-component", "data-table", "react-table-component", "table-sorting", "pagination-component", "server-pagination", "react-pagination-component" ], "author": "deepbag", "license": "ISC", "peerDependencies": { "react": ">=18.0.0 <20.0.0", "react-dom": ">=18.0.0 <20.0.0" }, "devDependencies": { "@babel/preset-env": "^7.26.9", "@babel/preset-react": "^7.26.3", "@babel/preset-typescript": "^7.26.0", "@tsconfig/recommended": "^1.0.8", "@typescript-eslint/eslint-plugin": "^8.22.0", "tsup": "^8.3.6", "typescript": "^5.7.3" } }