Refresh data for Individual column filtering

Refresh data for Individual column filtering

REUOPREUOP Posts: 1Questions: 1Answers: 0

Hello everyone
I use datatable with column filtering and it works
but my user can change some value in cells (i use jquery for change these value)

This problem are the new value entre by user are not supported and ignored by the filter

How to add new values on column filtering system ?

Answers

  • DaimianDaimian Posts: 62Questions: 1Answers: 15

    You must tell Datatables that the cell has been changed. This can be done multiple ways but I think cell().invalidate() might be your best fit.

This discussion has been closed.