I'm trying to hide/unhide columns using your demos32 example.
$(".columnSelector").pqSelect({
checkbox: true,
multiplePlaceholder: 'Select visible columns',
maxDisplay: 100,
width: 'auto'
});
Unfortunately at line...
$(".columnSelector").pqSelect({
...I get the error message...
Object doesn't support property or method 'pqSelect'
Is there a css/js file I have to include to get the pqSelect functionality? Perhaps you can share your full html with me so I can be sure I'm calling the <script> in the right place.
Many thanks.