Sha256: ef542a9678dd8e5a79543dd206a567caea5159ab80f778d449f50dd7a8103829
Contents?: true
Size: 505 Bytes
Versions: 28
Compression:
Stored size: 505 Bytes
Contents
if $.tablesorter $.tablesorter.addParser id: 'timestamp' is: (s)-> false # don't auto-detect format: (text, table, td)-> $(td).attr('data-timestamp') type: 'text' $.tablesorter.addParser id: 'property' is: (s)-> false # don't auto-detect format: (text, table, td)-> +$(td).attr('data-position') type: 'number' $.tablesorter.addParser id: 'attr' is: (s)-> false # don't auto-detect format: (text, table, td)-> $(td).attr('data-sort-by') type: 'text'
Version data entries
28 entries across 28 versions & 1 rubygems