Categories
Tags → Html Table Rows

florDatagrid: A simple php datagrid class

1. Easy to generate reports 2. Columns automatically determined and appropriate number of html table columns are created. 3. Can tweak color, padding, and other basic settings of the grid. 4. Allow setting a dataKey property for recording the k...
DETAILS

Scrollable HTML table

This JavaScript code can be used to convert tables in ordinary HTML into scrollable ones. No additional coding is necessary. All you need to do is put header rows (if you need them) in THEAD section, table body rows in TBODY section, footer rows (if ...
DETAILS
©2003-2008 jCay.com