iskernel_html_tablesorter 1.0.2 copy "iskernel_html_tablesorter: ^1.0.2" to clipboard
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 [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add iskernel_html_tablesorter

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  iskernel_html_tablesorter: ^1.0.2

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:iskernel_html_tablesorter/html_tablesorter.dart';
0
likes
25
points
26
downloads

Publisher

unverified uploader

Weekly Downloads

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 again on the same column, the rows shall be sorted descending according to the clicked column header.

License

MIT (license)

Dependencies

browser

More

Packages that depend on iskernel_html_tablesorter