Skip to content

Latest commit

 

History

History
executable file
·
27 lines (20 loc) · 572 Bytes

README.md

File metadata and controls

executable file
·
27 lines (20 loc) · 572 Bytes

jQuery tm-grid component


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..

Requirements

  1. Apache + PHP 5.0 or above

Usage

<div id="dataGrid"></div>
$('#dataGrid').tmGrid({
    dataProvider: [...],
    columns: [...]
});

Dev

  1. install node_modules by npm install command.

  2. install bower_components by bower install command.

Demo

  1. open index.html.