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
- Host: GitHub
- URL: https://github.com/zhex/ztable
- Owner: zhex
- Created: 2011-04-26T12:18:18.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2011-06-08T14:33:17.000Z (about 15 years ago)
- Last Synced: 2025-04-14T02:05:03.147Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 159 KB
- Stars: 5
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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,
});