Select filter does not being populated correctly

Select filter does not being populated correctly

semog1epilifsemog1epilif Posts: 3Questions: 1Answers: 0

I have a table with text and select filters and the table have some amount of data. I am using the fnServerData function to retrieve the data from the server and also I have the property "bProcessing" to true.

However, if a user tries to use a text filter while the table is being processing the select filter is not being populated correctly because it is being populated only with the filtered data, not all the table data.

So it will be a nice to have: while the table is being process the filters being disable ($('input').attr('disabled', true);) and enable when the table finishing processing.

Thanks

This discussion has been closed.