The tmGrid is a client-side data grid control based on jQuery module. It supports basic grid operations like searching, filtering, deleting, paging, sorting and so on..
- Apache + PHP 5.0 or above
<div id="dataGrid"></div>
$('#dataGrid').tmGrid({
dataProvider: [...],
columns: [...]
});
-
install
node_modules
bynpm install
command. -
install
bower_components
bybower install
command.
- open
index.html
.