ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: jeremy on December 19, 2016, 08:40:39 am

Title: How can I dynamically insert check boxes into columns
Post by: jeremy on December 19, 2016, 08:40:39 am
Here's a basic idea of what I'm trying to implement..
http://jsfiddle.net/kdeeqp82/

Is there a better way to insert a checkbox dynamically within a cell? Obviously pqgrid isn't able to track checkbox clicks this way so I assume I'll need to listen to the checkboxes and modify pqgrid's cell state so when I execute getChanges it will register the change.
Title: Re: How can I dynamically insert check boxes into columns
Post by: paramvir on December 19, 2016, 11:01:24 pm
What's the difficulty in implementing checkbox columns which support tracking checkbox clicks.

http://paramquery.com/pro/demos/checkbox
Title: Re: How can I dynamically insert check boxes into columns
Post by: jeremy on December 19, 2016, 11:25:22 pm
I want a single column to support both click, text, possibly even select boxes..
Title: Re: How can I dynamically insert check boxes into columns
Post by: jeremy on December 20, 2016, 01:25:41 am
You can close this, I decided to implement it a different way..