UNPKG

dfx-bootstrap-table

Version:

Angular table CDK implementation for Bootstrap with filtering, sorting and pagination.

74 lines 1.63 kB
{ "name": "dfx-bootstrap-table", "version": "20.0.0", "description": "Angular table CDK implementation for Bootstrap with filtering, sorting and pagination.", "private": false, "sideEffects": false, "license": "MIT", "homepage": "https://playground.dafnik.me/bootstrap-table/all", "keywords": [ "table", "angular", "bootstrap", "angular2", "typescript", "ng", "ngx", "ng-bootstrap", "ngx-bootstrap", "ng-bootstrap-table", "ngx-bootstrap-table", "cdk", "filter", "filtering", "ordering", "order", "pagination", "paginator" ], "author": { "name": "Dafnik", "email": "contact@dafnik.me", "url": "https://dafnik.me" }, "funding": [ { "type": "github", "url": "https://github.com/sponsors/Dafnik" }, { "type": "liberapay", "url": "https://liberapay.com/Dafnik" } ], "bugs": { "url": "https://github.com/Dafnik/dfts-common/issues" }, "repository": { "type": "git", "url": "git@github.com:Dafnik/dfts-common.git", "directory": "libs/dfx-boostrap-table" }, "peerDependencies": { "@angular/common": "20", "@angular/core": "20", "@angular/cdk": "20", "@angular/forms": "20", "bootstrap": "5", "rxjs": "7" }, "dependencies": { "tslib": "^2" }, "module": "esm2022/dfx-bootstrap-table.js", "typings": "dfx-bootstrap-table.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./dfx-bootstrap-table.d.ts", "default": "./esm2022/dfx-bootstrap-table.js" } } }