Full dataset loads into the DataTable when the page opens. I have single dropdown with a callback that controls the filter however when I remove the selections one by one from the drop down and reach the state of None, the table is empty.
What do I need to do to make this refresh the DataTable automatically?
Could this be related to all Input id’s being ‘dropdown’ (Mutipage is in use also)
other than this issue everything is working as I would expect.