Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
45
[Ig Excel Engine] Using applyFixedValuesFilter Javascript
posted

Hello , I'm trying to filter several text values (>3 values) on 1 column of table when export excel file . The

applyCustomFilter() can not help me so I think the applyFixedValuesFilter() method can . But I found no document about it in Javascript.

I've try to use like this but it's not worked :

table.columns('Status').applyFixedValuesFilter(0,false, ['open', 'close']);

Can you help me ? Thanks

Parents Reply Children
No Data