Default alignment for paginated datatables overrides the datatables defaults with align-middle and text-center. This can give poorly readable output:
Suggestion:
- Remove defaults (Remove
text_align from PaginatedTableListView, and remove columnDefs from list.mjs)
- Check results for all uses of paginated datatables
- Add css classes where necessary
Default alignment for paginated datatables overrides the datatables defaults with
align-middleandtext-center. This can give poorly readable output:Suggestion:
text_alignfromPaginatedTableListView, and removecolumnDefsfromlist.mjs)