about summary refs log tree commit diff
path: root/uploader/static/js/datatables.js
AgeCommit message (Collapse)Author
11 daysBug: DataTables: Check both radio buttons and checkboxes.Frederick Muriuki Muriithi
Extract logic for checking/unchecking a datatable's row's checkbox or radio button as relevant, into a new function. Use new function instead of multiple copies of the logic.
2026-01-23DataTables: Add some custom utility functions.Frederick Muriuki Muriithi
2026-01-23DataTables: Improve drawCallbackFrederick Muriuki Muriithi
* Use references from the datatables API rather than depending on specific classes existing in the tables.
2026-01-23DataTables: Bug -- Improve performance - use provided indexes.Frederick Muriuki Muriithi
* Fix the function signatures * Use the provided indexes for selection
2026-01-23DataTables: Bug -- Only add the data length if necessary.Frederick Muriuki Muriithi
2026-01-23DataTables: Only set the "data" and "columns" options if not empty.Frederick Muriuki Muriithi
To prevent the utility function from breaking the way DataTables works when you provide an already populated table, only set the data and columns options if the user actually provides values for them.
2025-03-17Remove scrollerFrederick Muriuki Muriithi
@acenteno insists on having paging with ability to display everything on a single page.
2025-03-12Remove setting: Was causing tables to be weird when searching.Frederick Muriuki Muriithi
2025-03-12Remove obsolete and incompatible row-selection code.Frederick Muriuki Muriithi
2025-03-12Update default DataTables settings for Select and Scroller extensions.Frederick Muriuki Muriithi
2025-03-11Extract common DataTables into a reusable function.Frederick Muriuki Muriithi
2025-03-10Add utility to set up common DataTables events handlers.Frederick Muriuki Muriithi
2025-03-10Allow row selection by clicking anywhere on the row.Frederick Muriuki Muriithi
2025-03-10Change the way the Row-Selection handler works.Frederick Muriuki Muriithi
2025-02-24Enable selecting specific rows.Frederick Muriuki Muriithi