dynamic-mat-table
Version:
dynamic-mat-table is an Angular component for presenting large and complex data with a lightning fast performance (at least 10x faster) and excellent level of control over the presentation.
49 lines • 1.43 kB
JSON
{
"name": "dynamic-mat-table",
"version": "1.5.42",
"description": "dynamic-mat-table is an Angular component for presenting large and complex data with a lightning fast performance (at least 10x faster) and excellent level of control over the presentation.",
"peerDependencies": {
"@angular/common": ">=8.0.0",
"@angular/core": ">=8.0.0",
"@angular/cdk": ">=8.0.0",
"@angular/material": ">=8.0.0"
},
"dependencies": {
"tslib": "^2.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/farshadbayat/dynamic-mat-table-workspace"
},
"bugs": {
"url": "https://github.com/farshadbayat/dynamic-mat-table-workspace/issues"
},
"keywords": [
"angular",
"material",
"angular2",
"advance table",
"high performance",
"multi language",
"rtl support",
"persian",
"arabic",
"configurable setting",
"material",
"virtual scroll",
"table",
"multi setting configuration",
"auto height"
],
"author": "FB",
"homepage": "https://github.com/farshadbayat",
"license": "MIT",
"main": "bundles/dynamic-mat-table.umd.js",
"module": "fesm2015/dynamic-mat-table.js",
"es2015": "fesm2015/dynamic-mat-table.js",
"esm2015": "esm2015/dynamic-mat-table.js",
"fesm2015": "fesm2015/dynamic-mat-table.js",
"typings": "dynamic-mat-table.d.ts",
"metadata": "dynamic-mat-table.metadata.json",
"sideEffects": false
}