ParamQuery Grid
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
Help
Search
Login
Register
ParamQuery grid support forum
»
General Category
»
Help for ParamQuery Pro
»
Apply both Check all record and filter checkbox
« previous
next »
Print
Pages: [
1
]
Author
Topic: Apply both Check all record and filter checkbox (Read 2122 times)
alonewolf149
Pro Enterprise
Jr. Member
Posts: 56
Apply both Check all record and filter checkbox
«
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
Logged
paramvir
Administrator
Hero Member
Posts: 6307
Re: Apply both Check all record and filter checkbox
«
Reply #1 on:
February 17, 2020, 06:02:51 pm »
Check all feature in header cell of checkbox column can be added by setting column.cb.header to true.
Code:
[Select]
{
dataIndx: 'chk',
dataType: 'bool',
cb: { header: true }
},
Example:
https://paramquery.com/pro/demos/checkbox
Logged
alonewolf149
Pro Enterprise
Jr. Member
Posts: 56
Re: Apply both Check all record and filter checkbox
«
Reply #2 on:
February 17, 2020, 06:32:09 pm »
you sample is showing only checkbox, i want to apply checkbox and filter on same column
can u provide sample ?
Thanks
Logged
paramvir
Administrator
Hero Member
Posts: 6307
Re: Apply both Check all record and filter checkbox
«
Reply #3 on:
February 18, 2020, 09:51:49 am »
Both can also be used together.
Example:
https://paramquery.com/pro/demos/filter_header_local
Logged
Print
Pages: [
1
]
« previous
next »
ParamQuery grid support forum
»
General Category
»
Help for ParamQuery Pro
»
Apply both Check all record and filter checkbox