Dynamic filter working in Chrome but not in Firefox

Dynamic filter working in Chrome but not in Firefox

alex-seitzalex-seitz Posts: 1Questions: 1Answers: 0
edited November 2019 in Free community support

Hello,
I have a table with an editable cell that I update using the infalidate().draw() method. The filters get updated in both browsers but the filtering itself only works in Chrome. In Firefox I only get an empty table.

I have attached an example file where this is the case.
Here is a jFiddle: https://jsfiddle.net/alexseitz/sx9fgdw0/

Additionally, is it possible to also filter for empty cells. The only example I found was to add the empty fields manually to the filter, which I then can't update with the dynamic content of the editable fields

Thank you in advance

Alex

This question has an accepted answers - jump to answer

Answers

  • colincolin Posts: 15,142Questions: 1Answers: 2,586
    Answer ✓

    The data is in the table, as shown here: https://jsfiddle.net/afs68Lg7/ - click on the show button after editing that column.

    The DataTables side is working fine, so you'll need to raise this with YADCF, that's a third-party extension that we don't support.

    Cheers,

    Colin

This discussion has been closed.