Hello, I’m trying to use the sortColumn and sortDirection features of the DataTable, but I’m not clear which values I should be passing. Documentation says:
- sortColumn (dict; optional)
- sortDirection (dict; optional)
So would I pass something like {‘name’: ‘Column Name’} to sortColumn?
And is sortDirection looking for ‘asc’ and ‘desc’? What would that dict look like.
Thanks!