kpsul/kfet/static/kfet
Aurélien Delobelle 32720c56a6 kfet -- Tables are sortable
Many tables in kfet app templates become sortable:
account list, negative account list, article list, article inventory
list, article supplier list, article category list, checkout list,
checkout statement list, inventory list, inventory details, order list,
order creation, order details.

This is achieved thanks to the jQuery plugin 'tablesorter':
https://mottie.github.io/tablesorter/docs/

- Affected tables also got sticky headers (it stays visible on scroll).
- Dates format are modified in order to ease the date sorting with the
plugin (it avoids writing a custom parser, or an extractor from
additional hidden element in the table cells).
- Tables whose content is classified by category (of articles) now uses
several tbodies. This has minor effects on the tables style.
- Tags of the header help signs become 'i', instead of 'span', in order
to avoid weird spacing.
2017-11-27 18:24:22 +01:00
..
css kfet -- Tables are sortable 2017-11-27 18:24:22 +01:00
img Add Wagtail CMS for kfet app. 2017-05-30 20:44:30 +02:00
js kfet -- Tables are sortable 2017-11-27 18:24:22 +01:00
vendor/jquery-tablesorter kfet -- Tables are sortable 2017-11-27 18:24:22 +01:00