Disable scrolling on table featuring colspans

Disable scrolling on table featuring colspans

eatingpasteeatingpaste Posts: 1Questions: 0Answers: 0
edited October 2011 in DataTables 1.8
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.

Replies

  • fbasfbas Posts: 1,094Questions: 4Answers: 0
    DataTables doesn't support or work with colspans in the data rows. (you can use colspans in the header).
This discussion has been closed.