ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: tcf on August 16, 2016, 06:23:10 pm
-
I would like to implement this feature....
I've looked at your example here:
http://paramquery.com/pro/demos/showhide_columns
but cannot figure out how I could just have the dropdown only so I can select which columns to hide/show.
Would this be possible to implement ?
Thanks
-
use maxDisplay: 0 in pqSelect.
$(".columnSelector").pqSelect({
checkbox: true,
multiplePlaceholder: 'Select visible columns',
maxDisplay: 0,
width: 'auto'
});