Thanks, works but not when I use it a function which is executed by user select.
"Uncaught Error: cannot call methods on pqSelect prior to initialization; attempted to call method 'refreshData'"
Using:
$( ".columnSelector" ).val('Test');
$( ".columnSelector" ).pqSelect( "refreshData" );
The value however seems correctly set and updated...?