|
Whenever you see the label "TechSpeak" at the bottom of the page, you can click it to see technical details about the demo.
Basic SmartTable
- The 2005 Houston Texans Roster
Notes on this table:
1. Sort, search, paginate all enabled.
2. Date and number columns set as "date" and "number" types
to make sorting work right.
3. Uses a delimited text value for the data.
Instantiation code sample::
var smt = new SmartTable('texans',colsArray,dataString);
smt.setColumnType("number",0);
smt.setColumnType("number","Exp.");
smt.setColumnType("date","Birthdate");
SmartTables.init();
|