AVitse

Results 7 issues of 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 : ![Untitled4](https://user-images.githubusercontent.com/77325343/188821275-dc93d681-da67-45bc-8c3b-a1d9e58fc749.png) 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) ![Untitled](https://user-images.githubusercontent.com/77325343/144007822-270933a0-13f5-499a-ae7c-f379148c34ab.png) 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