Drop-down Filter doesn't update it's option values
Drop-down Filter doesn't update it's option values
Hi Allan,
I have the footer drop-down filters working but the values in the drop-down aren't being updated after I manipulated the values in the column using columnDefs
. I'm basically converting all the NULL and blanks to 'N/A' using render
but the change doesn't show up in the drop-down filter. Instead it shows the original value.
In the test case, the Age column has 2 blanks which gets changed to 'N/A' but the drop-down still shows it as a blank instead of 'N/A'. Also, when the blank gets selected, it does not filter as there are no more blanks instead there are 'N/A'
Thanks for the help in advance.