Link to test case: http://live.datatables.net/veboboki/1/edit
Description of problem:
One of my use-case of DataTables involved ajax + server side rendering. One of the table columns I have is called 'Status', and I would like SearchBuilder to display all statuses even if they're not in the table.
My possible column values for statuses are ['online', 'offline', 'pending', 'error']
, but if there are no records in the DataTable that contain one of them, I will not be able to see them. How can I make it so SearchBuilder shows them?