So I have been looking around for an answer on how to do this and haven't had much luck so I thought I would post something on here. What I'm looking for is a way to set a default value for a filter so when the page loads it will automatically search the datatable according to this initial value. For example. I would like to pre-load the range_date filter with a specific date - A date that will actually be taken from a $_GET variable, so this value can not be hard coded. My current column code looks like this....
{column_number : 4, filter_type: "range_date", date_format: 'yy-mm-dd'},`enter code here`
So far I have found one source about adding exFilterColumn
but there are no examples on how to get this working with filter_type: "range_date"
Any ideas?