search for: rowsselectable

Displaying 1 result from an estimated 1 matches for "rowsselectable".

2005 Sep 14
13
table sorting/manipulation library?
...they''re sorting. This library makes no attempt to do so, instead assuming the designer can tell it how to sort by giving it a function for each sortable column that returns a value to be sorted. An example: ----------------- <table id="myTable" class="sortable striped rowsSelectable"> <thead><tr><th>string</th><th>number</th><th>date</th></tr></thead> <tfoot /> <tbody> .......... </tbody> </table> <script type="text/javascript"> document.getElementById(''myTable...