ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: alonewolf149 on February 17, 2020, 05:25:35 pm
-
Hi, i got issue
Current we using filter checkbox : http://prntscr.com/r3hsou
but i also want feature check all such : http://prntscr.com/r3ht9f
Any Solution ?
Thanks
Thanut
-
Check all feature in header cell of checkbox column can be added by setting column.cb.header to true.
{
dataIndx: 'chk',
dataType: 'bool',
cb: { header: true }
},
Example: https://paramquery.com/pro/demos/checkbox
-
you sample is showing only checkbox, i want to apply checkbox and filter on same column
can u provide sample ?
Thanks
-
Both can also be used together.
Example: https://paramquery.com/pro/demos/filter_header_local