Sortable Table Web Component

This web component wraps a standard HTML table. It displays the table and makes it sortable by the column headings and provides a search filter element that operates on the table by column.

Example

This is a standard table without the web component.

Name University Graduation Year
Alice Mills College 1922
Sr. Mary Mount Saint Mary's College 1919
Georgina Smith College 1925
Evelyn Barnard College 1920

See a sortable-table demo for web component version.