I'm using the 'select' filter with dropdown entries supplied in colM variable like this...
options: [{transstatus:'Live', pq_selected:true},{transstatus:'Dead'}]
The 'Live' option is displayed in the dropdown by default due to the pq_selected:true, but the table doesn't filter 'Live' by default when initialized. Is there another setting/option required to enforce the pq_selected action on the table not only in the header? I can confirm that the selector is working and properly selects 'Live' if manually changed to 'Dead' then returned to 'Live'.
Thanks in advance.
Tony