ParamQuery grid support forum

General Category => Help for ParamQuery Grid (free version) => Topic started by: genk_pqgrid on October 22, 2013, 09:37:05 pm

Title: TOP section of paramquery - adding buttons
Post by: genk_pqgrid on October 22, 2013, 09:37:05 pm
Hello,
I need to add a few buttons to the TOP section of paramquery grid - e.g. ADD/DELETE/UPDATE etc.
Can it be done using the API?

Thanks
Gene
Title: Re: TOP section of paramquery - adding buttons
Post by: paramvir on October 23, 2013, 09:49:17 am
In base version you can use standard jQuery API append, prepend to add items/ buttons in the toolbar.

http://paramquery.com/demos/crud (http://paramquery.com/demos/crud)


Pro version has intuitive JSON API to add items / buttons in toolbar.

http://paramquery.com/pro/demos/export (http://paramquery.com/pro/demos/export)