mirror of
https://github.com/pallets-eco/flask-debugtoolbar.git
synced 2026-01-04 04:29:32 -06:00
JS Tablesorter's detection of the data type is occasionally confused when the profiler calls show ratios like "94/57" for total calls to primitive calls. This change enables parsing "data" attributes on the table headers to pass as options to Tablesorter. This way we can explicitly specify to use the "digit" sorter which works the way we want. Fixes #62