Ignoring certain rows?

Ignoring certain rows?

RemiDGRemiDG Posts: 15Questions: 0Answers: 0
edited February 2013 in DataTables 1.9
Hello,

I was wondering if it's somehow possible to ignore certain rows of the table, so they are not parsed by DataTables. In our application we currently have a few rows that spans all columns, which will be filled with data and can be opened on demand. Think of this HTML:
[code]



Column
to
sort




Sortable
data
here


This contains some information about the row above


More
sortable
data


And more information about the row above



[/code]

Those rows with a colspan of 3 are opened by user input. Currently, such a thing is breaking the datatables library. Is there any way to achieve what we want? Maybe a workaround, to not place this inside the table?

Thanks in advance.

Replies

  • allanallan Posts: 63,389Questions: 1Answers: 10,449 Site admin
    > I was wondering if it's somehow possible to ignore certain rows of the table

    No - all rows are read equally by DataTables.

    Allan
This discussion has been closed.