UNPKG

table-view-react

Version:

A customizable, reusable table component for React that allows dynamic row rendering, customizable headers, optional buttons in each row, and click event handling.

36 lines (35 loc) 646 B
{ "name": "table-view-react", "version": "1.3.8", "keywords": [ "table", "react", "json-to-table", "react-table", "table-view", "custom-table", "custom-cell-color" ], "author": "", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsc" }, "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0" }, "license": "MIT", "description": "", "devDependencies": { "@types/node": "^22.10.7", "@types/react": "^19.0.7", "@types/react-dom": "^19.0.3", "ts-node": "^10.9.2", "typescript": "^5.7.3" } }