/**
* Sortable-table activation.
*
* `makeSortable(table)` wires click handlers to each `
` so columns
* can be sorted asc/desc with a numeric/date/string fallback. Keeps
* any trailing `.expander-row` glued to its parent during sort.
*
* After all rendering, a `setTimeout(0)` pass scans the DOM for
* `.data-table.sortable` elements and activates each — this catches
* tables created during the synchronous render but defers the
* activation until after `renderXxxTab()` calls have returned.
*/
export declare function dashboardSortableJs(): string;
//# sourceMappingURL=sortable.d.ts.map |