Disable scrolling on table featuring colspans
Disable scrolling on table featuring colspans
eatingpaste
Posts: 1Questions: 0Answers: 0
Hi there,
I'm a relative novice when it comes to JS, but I'm trying to switch off sorting for tables that feature colspans. I have a number of tables that will be loaded in dynamically, some of them have a colspan row, some don't. I've got differing classes applied for each, but even with bSort: false, I'm still getting a "Requested unkown parameter" error.
Is there any way around this? I'd like to use the scroll function across the board, but it seems even with sort off, it still throws an error.
Cheers.
I'm a relative novice when it comes to JS, but I'm trying to switch off sorting for tables that feature colspans. I have a number of tables that will be loaded in dynamically, some of them have a colspan row, some don't. I've got differing classes applied for each, but even with bSort: false, I'm still getting a "Requested unkown parameter" error.
Is there any way around this? I'd like to use the scroll function across the board, but it seems even with sort off, it still throws an error.
Cheers.
This discussion has been closed.
Replies