table-filter-sort
v1.0.0
Published
A javascript module that allows you to filter and sort complex tables. Primarily written for the Silverstripe CMS
Downloads
41
Maintainers
Readme
Javascript dependency for silverstripe table filter sort
https://github.com/sunnysideup/silverstripe-table_filter_sort/blob/master/README.md
0. install
- run
npm i --save table-filter-sort
2. config
- Provide the correct reference to the css and javascript files e.g.
<link rel="stylesheet" type="text/css" href="node_modules/table-filter-sortt/client/css/awesomplete.css">
<link rel="stylesheet" type="text/css" href="node_modules/table-filter-sortt/client/css/awesomplete.theme.css">
<link rel="stylesheet" type="text/css" href="node_modules/table-filter-sortt/client/css/TableFilterSort.css">
<link rel="stylesheet" type="text/css" href="node_modules/table-filter-sortt/client/css/TableFilterSort.theme.css">
<script src="node_modules/table-filter-sortt/client/javascript/dist/index.js"></script>