-
Notifications
You must be signed in to change notification settings - Fork 71
Open
Description
Hello
I'm creating a table by using lists of maps (as returned by jdbcTemplate) and deriving the table layout programmatically from the returned resultset.
Now I want to make the table sortable by using this example from the readme:
<th><a class="sorted" sd:pagination-sort="username" >Username</a></th>
This works if I'm using static column headers (like "username" in the example).
But it does not work like this:
`
myColumn
This would be really helpful.
Thx a lot in advance
Metadata
Metadata
Assignees
Labels
No labels