Hacker News new | ask | show | jobs
by bct 4071 days ago
Browsers should e.g. allow tables to be sorted by clicking column headers. They can't, because tables aren't always tables.
1 comments

How about an opt-in attribute to enable ordering then?

<table sortable >...</table>