An open API service indexing awesome lists of open source software.

https://github.com/zhex/ztable

a jquery plugin to create columns frozen table
https://github.com/zhex/ztable

Last synced: about 1 year ago
JSON representation

a jquery plugin to create columns frozen table

Awesome Lists containing this project

README

          

ZTABLE
===========

How to use:

$('table.data').ztable({
tableHeight: 300,
frozenRow: true,
rowCount: 1,
frozenColumn: true,
columnCount: 1,
tableWidth: 600,
});