iskernel_html_tablesorter 1.0.2
iskernel_html_tablesorter: ^1.0.2 copied to clipboard
HTML tablesorter class that works by transforming all the table headers into links. By clicking on a link, the table rows shall be sorted ascending according to the column's contents. By clicking agai [...]
iskernel_html_tablesorter #
iskernel_html_tablesorter is a Dart package which facilitates the transformation of a normal table to a sortable table without the use of CSS.
- All cells in the table header are transformed into "sorting anchors"
- By clicking a "sorting anchor" once, all the table's rows shall be ordered ascending according to the "sorting anchor" coresponding column.
- By clicking the same "sorting anchor" a second time, the table's rows shall be ordered descending according to the "sorting anchor" coresponding column.
Version #
1.0
License #
MIT