summaryrefslogtreecommitdiffstats
path: root/modules-available/js_stupidtable
Commit message (Collapse)AuthorAgeFilesLines
* Don't try to load non-existent style.css/clientscript.jsSimon Rettberg2018-04-271-3/+0Star
|
* [inc/Module] Overhaul dependency loading and handling of js/cssSimon Rettberg2018-04-131-6/+7
| | | | This is supposed to prevent unneeded js/css from being pulled in
* [js_stupidtable] Decollapse on sort (slx-decollapse tables)Simon Rettberg2018-04-131-0/+8
|
* [js_stupidtable] Add ipv4 sort functionSimon Rettberg2018-04-131-0/+10
|
* [js_stupidtable] Add arrow indicating sort direction to current columnSimon Rettberg2018-04-132-3/+15
|
* [js_stupidtable] Make will_manually_build_table default to trueSimon Rettberg2018-04-131-1/+1
|
* [js_stupidtable] Import v1.1.3 vanillaSimon Rettberg2018-04-131-107/+216
|
* [js_stupidtable] fixed stupidtable not working with collapsed tablesUdo Walter2017-09-131-2/+15
|
* Merge remote-tracking branch 'origin/master' into permission-managerUdo Walter2017-09-011-1/+8
|\
| * Add support to declare multiple css/js per module with loading condition:Simon Rettberg2017-05-101-1/+8
| | | | | | | | | | | | | | | | | | A css/js can be declared to only load if the module in question is the page module being rendered, or to always be loaded even if the module is just a dependency. The second case is useful for plugin type modules. See one of the config.json files updated in this commit on how to specify css/js to load. true = always load, false = only if page module.
* | [js_stupidtable] changed one-line code to formatted code;Udo Walter2017-05-152-4/+167
|/ | | | modified to show sorting arrows on columns and different mouse cursor on hover
* added javascript table sorting plugin (stupidtable)Udo Walter2016-11-292-0/+31