Posts Tagged ‘table’
Javascript – sort tables (by column values) [easy and opensource]
If you see a table in a client-side application, you’ll expect to be able to click on the headers and have the table sort, would you not? I know it always annoys me when you can’t. A fair few web applications do allow this; most of them, which are pulling this data by submitting a [...]