| ▲ | hk__2 an hour ago | |||||||
Related to this, I’d love that HTML natively support sortable tables. This is a common need but every single time I have to reimplement it. | ||||||||
| ▲ | wild_egg 34 minutes ago | parent | next [-] | |||||||
You want client side table sorting? It's really easy to do this with server rendered HTML. Put a link with the sort param in the column headers and be done. | ||||||||
| ||||||||
| ▲ | 9 minutes ago | parent | prev | next [-] | |||||||
| [deleted] | ||||||||
| ▲ | krapp an hour ago | parent | prev [-] | |||||||
That's what javascript is supposed to be for. All of this is what javascript is supposed to be for. HTML describes layout, CSS describes style, JS adds interactivity. Want sortable tables? Get a jquery plugin and spend five minutes, done. This was all solved a decade or more ago. | ||||||||