ag-grid-row-unselectable-angular
Version:
A fork version of ag-grid-angular with row selection disable function added
32 lines (31 loc) • 512 B
JSON
{
"name": "ag-grid-angular",
"version": "10.0.0",
"homepage": "http://www.ag-grid.com/",
"authors": [
"Niall Crosby <niall.crosby@ag-grid.com>"
],
"description": "ag-Grid Angular Component",
"main": [
"./main.js"
],
"moduleType": [
"node"
],
"keywords": [
"grid",
"data",
"table"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"test",
"tests"
],
"devDependencies": {
},
"dependencies": {
}
}