cubicweb #2013493 Don't call Sortable.sorTables() automatically on pageload [resolved]
jquery.tablesorter.js binds Sortable.sortTables() on document ready and Sortable.sortTables() uses a custom textExtraction setting, thus making it impossible for a custome table view to use the default setting or another custom setting. Furthermore, cubicweb.ajax.js also calls Sortable.sortTables() when a DOM element is ajax-loaded. We should remove thos two calls and the TableView should explicitly use add_onload(...). | |
priority | normal |
---|---|
type | bug |
done in | 3.13.9 |
load | 0.100 |
load left | 0.000 |
closed by | #48330faf4cd7 [table] use explicit add_onload() to setup table sorting (closes #2013493) |