Skip to content

joshuatai/jquery-grid

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published