Adding a new line
Adding a new line
Asheron
Posts: 1Questions: 0Answers: 0
in FixedColumns
I have a problem how to add a new row that will take up the entire width of the table and will not have the sort attribute:
This discussion has been closed.
Replies
It can't take up the entire row, as
colspan
isn't supported within the table (only in the header). You can use the Absolute ordering plugin for your other issue, as that allows rows to remain on the top or the bottom of the table, regardless of the sorting.Colin