Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 193 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 193 Bytes

ZTABLE

How to use:

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