1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-05-05 16:13:34 +02:00

Updated README

This commit is contained in:
Max Guglielmi 2015-07-06 14:41:02 +10:00
parent 65aae0aec6
commit 916a46459a
2 changed files with 12 additions and 6 deletions

View file

@ -11,10 +11,10 @@ users to filter and limit the data displayed within a long table. By default, th
* Convert a regular HTML table into an advanced grid component providing:
* Advanced columns filtering model
* Sorting and pagination facilities
* Complete selection model (addon)
* Extended keyboard navigation (addon)
* Inline cell or row editing (addon)
* Row insertion or deleting (addon)
* Complete selection model ([ezEditTable](http://codecanyon.net/item/ezedittable-enhance-html-tables/2425123) extension)
* Extended keyboard navigation ([ezEditTable](http://codecanyon.net/item/ezedittable-enhance-html-tables/2425123) extension)
* Inline cell or row editing ([ezEditTable](http://codecanyon.net/item/ezedittable-enhance-html-tables/2425123) extension)
* Row insertion or deleting ([ezEditTable](http://codecanyon.net/item/ezedittable-enhance-html-tables/2425123) extension)
* And even more behaviors...
* Attach to an existing HTML table
* Integration with any server-side technology as this is a pure client-side

View file

@ -18,7 +18,9 @@
"javascript",
"filterable",
"grid",
"datagrid"
"datagrid",
"sort",
"pagination"
],
"files": [
"README.md",
@ -43,5 +45,9 @@
"webpack": "^1.8.10",
"webpack-dev-server": "^1.8.2"
},
"dependencies": {}
"dependencies": {},
"bugs": {
"url": "https://github.com/koalyptus/TableFilter/issues"
},
"homepage": "https://github.com/koalyptus/TableFilter"
}