AVitse
AVitse
Hi, Regarding [ondemand-loading-data.html] example, how can I modify this following with $.ajax (not $.mockjax) response.... I need to create this same example connect to my MYSQL database. Best regards
Hi, I'm trying to skip a level with specific class : "slide-up" but didn't work properly for my case. Firstly I have this hierarchy :  Sometimes there is no...
Hi, I have an issue regarding this following features : [https://github.com/tabalinas/jsgrid/issues/437](https://github.com/tabalinas/jsgrid/issues/437)  I would like to have the current date displayed in the created field by default ( actually blank)...
Hi, I would like to hide / show the insert button in the headerTemplate with a condition like that : if ( condition == true) { $("#jsGrid").jsGrid("option", "inserting", true); }...
Hi, I'm using JsGrid and work fine atm. Regarding this example http://js-grid.com/demos/ (Batch Delete Scenario) In this example, I'm just interested by checkbox function How can I allow to check...
Hi, It's been a long time since I posted on jsgrid. To manage the data correctly, I am interested in using the 'Loading by Page' example with AJAX response. Actually,...
Hi, I am looking for a way to implement a search box like [Chosen] or [Select2] plugins in my jsgrid select. Do you know how to make it? Regards