Categories

Updated: 01/24/2002

Sorting HTML Tables Using Javascript

This JavaScript code can be used to convert tables in ordinary HTML into sortable ones by associating each title column with an onClick event to automatically sort the data rows. No additional coding is necessary. All you need to do is give your table an ID field, include the sortTable.js file and call initTable in your document''s onLoad method.
©2003-2019 jCay.com