UNPKG

tablor-core

Version:

Core features for data tables, grids, and advanced search, pagination, and sorting in Angular.

53 lines 1.21 kB
{ "name": "tablor-core", "version": "1.0.2-z", "description": "Core features for data tables, grids, and advanced search, pagination, and sorting in Angular.", "keywords": [ "angular", "datatable", "data-grid", "core-library", "pagination", "sorting", "nested-sorting", "multi-field-sorting", "search", "string-query-search", "date-ranges-search", "number-ranges-search", "exact-values-search", "custom-search", "multi-search", "search-nesting", "modular-systems", "dynamic-tables", "angular-datatables", "angular-grids" ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/TIPUzee/tablor-core.git/tree/stable" }, "author": { "name": "Zeeshan Nadeem", "email": "tipu.zee9@gmail.com", "url": "https://github.com/TIPUzee" }, "contributors": [], "dependencies": { "tslib": "^2.3.0" }, "sideEffects": false, "module": "fesm2022/tablor-core.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/tablor-core.mjs" } } }