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

Added Arabic translation for locale.

This is great plugin for datepicker, is there any way to pick month only

enhancement

i don't want the selection of a node expands to all children, is there any options to stop selection expanding i also used with **cascadeSelection: false** but it did not...

var tree = $('.treeDocuments').tree({ primaryKey: 'id', uiLibrary: 'bootstrap5', dataSource: this.props.terms, cascadeCheck: false, checkboxes: true, checkedField: 'selected', textField: 'text' }); this.tree.on('checkboxChange', (e: any, node: any, record: ISoapTaxonomyResponse, state: string) => {...

Steps to reproduce: 1. Create a grid with local data source and configured detailTemplate 2. Fill with 3 elements 3. Expand the details for the second row 4. Call updateRow()...

https://react-select.com/creatable

enhancement

https://stackoverflow.com/questions/75108836/disable-and-enable-gijgo-datepicker

enhancement

Hi I am using an array as a data-source of the treeview. I want to just change the dataSouce at runtime by updating the contents of this array and then...

There is an issue In the grid while in edit mode. Drop downs do not display correctly. This is a result of updating to bootstrap 5. They display as checkboxes....