This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 24950 - Example for sortable tables
Summary: Example for sortable tables
Status: RESOLVED FIXED
Alias: None
Product: WHATWG
Classification: Unclassified
Component: HTML (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: Unsorted
Assignee: Ian 'Hixie' Hickson
QA Contact: contributor
URL: http://www.whatwg.org/specs/web-apps/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-05 23:19 UTC by contributor
Modified: 2014-04-01 16:03 UTC (History)
2 users (show)

See Also:


Attachments

Description contributor 2014-03-05 23:19:12 UTC
Specification: http://www.whatwg.org/specs/web-apps/current-work/multipage/tabular-data.html
Multipage: http://www.whatwg.org/C#examples
Complete: http://www.whatwg.org/c#examples
Referrer: http://www.whatwg.org/specs/web-apps/current-work/multipage/rendering.html

Comment:
There is no direction on if the browser will provide native UI sorting
controls for table column headers, or even a hint of browser support
mentioned. It'd be very useful to have example code to and a live rendered
view. 

Posted from: 32.97.110.61
User agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.146 Safari/537.36
Comment 1 Ian 'Hixie' Hickson 2014-03-06 22:49:27 UTC
Does this answer your question?:
   http://whatwg.org/html#sortable-ui
Comment 2 Ian 'Hixie' Hickson 2014-03-07 23:06:50 UTC
I guess I could add an example of a sortable table to that section, with a screenshot or something.
Comment 3 Ian 'Hixie' Hickson 2014-04-01 16:03:46 UTC
Added an example in r8558.