gijgo icon indicating copy to clipboard operation
gijgo copied to clipboard

Gijgo - Free Javascript Controls

Results 131 gijgo issues
Sort by recently updated
recently updated
newest added

Gijgo Datepicker, Datetime picker, and time picker need some review to compatibile with bootstrap v5. There is some style bug when using gijgo in this version of bootstrap. Some classes...

I am implementing the GIJGO Tree plugin in my project. I am facing an issue that is limiting the depth of children. I don't want any child to have further...

A grid column that is of type TIME and is formatted as h:MM tt so that the time would appear as 10:20 pm, when saved is changed to 10:20 am....

** $(document).ready(function(){ $('#results').change(function(){ var id = $(this).val(); $.ajax({ url: 'treeView/'+id, type: 'get', dataType: 'json', success: function(response){ var len = 0; if(response['data'] != null){ len = response['data'].length; } if(len > 0){...

Calling `renderDecade` (by clicking the datepicker header while viewing the year-overview) threw a TypeError. (See e.g. #665) After fixing this i uncovered and fixed a ReferenceError in `renderCentury`.

hello, I can view my history correctly on the grid, but I want to make a correction in the date format can not be opened with Turkey dateTimePicker language. ![Adsız](https://user-images.githubusercontent.com/6229889/109971625-82584c80-7d07-11eb-977d-11e9f95b890c.png)

For the checkbox tree where there are parent and children nodes. If checkbox cascading is enabled (checking or unchecking a parent results in checking and unchecking all children), change events...

Hi, it would be nice to have a config variable eg. defaultValue: '2000-01-01' that is the first value for the datepicker if the input filed is empty. If i use...

Hi, when i try to get all data with setting the flag of "true", we get only the actual table grid, not all data? also in your example at https://gijgo.com/LiveEdit/Index/grid.Export.downloadCSV.Remote.Data.html...

Hello, In my laravel 8 / Bootstrap 4/ app I use gijgo datepicker and when form is opened with data in gijgo datepicker it shows valid value, but if I...