237f4005bd
Apply htmlspecialchars to basic values.
2021-02-17 22:44:26 +01:00
4bf4641428
Minor refactor of generateColumnHeaders function
2021-02-17 20:45:58 +01:00
ff808ba18d
Refactor processing of raw rows and their cell data.
2021-02-17 20:45:22 +01:00
6c662481bc
Remove a few obscure, unused features.
...
* Removed support for row classification. Use of CSS is preferred.
* Removed support for disabling/enabling columns via a property. Unset as needed.
* Removed support for passing and inheriting a cell width by column. Header width suffices.
2021-02-17 20:45:22 +01:00
af73f00701
Restrict access to GenericTable, Pagination class members.
2021-02-17 20:45:21 +01:00
681af07985
Pass builder function for custom pagination link generation.
...
This makes pagination for GenericTables work properly again.
2021-02-17 20:43:30 +01:00
cba42a9129
Refactor GenericTable to use PageIndex rather than inherit from it
...
This has on my todo list for years... I'm glad to finally get around to it.
2021-02-17 20:43:30 +01:00
96937b6952
Use null-coalescing operator where appropriate
2021-02-17 20:43:29 +01:00
5c55e45c3c
Use splat operator instead of call_user_func_array
2021-02-17 20:43:29 +01:00