UNPKG

@browser.style/data-grid

Version:

Dynamic data grid component with sorting, filtering, and pagination support

51 lines (50 loc) 1.2 kB
{ "name": "@browser.style/data-grid", "version": "1.0.16", "description": "Dynamic data grid component with sorting, filtering, and pagination support", "type": "module", "module": "index.js", "exports": { ".": { "import": "./index.js", "style": "./index.css" }, "./style": "./index.css" }, "files": [ "index.js", "index.css", "modules/*.js" ], "peerDependencies": { "@browser.style/base": "^1.0.11", "@browser.style/icon": "^1.0.11", "@browser.style/table": "^1.0.10", "@browser.style/print-preview": "^1.0.11", "@browser.style/table-expand": "^1.0.10" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "keywords": [ "browser.style", "web-components", "data-grid", "table", "sorting", "filtering", "pagination" ], "author": "Mads Stoumann", "license": "ISC", "repository": { "type": "git", "url": "git+https://github.com/madsstoumann/browser-style.git", "directory": "ui/data-grid" }, "bugs": { "url": "https://github.com/madsstoumann/browser-style/issues" }, "homepage": "https://browser.style/ui/data-grid" }