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

I'm using **gijgo** from _npm_ importing this way, after jquery imports: ``` import 'modules/gijgo/js/gijgo.min'; import 'modules/gijgo/js/messages/messages.pt-br.min'; import 'modules/gijgo/css/gijgo.min.css'; ``` then generating the bundle with webpack 4 but getting this error...

bug
enhancement

I have a Grid with multiple pages. I am using remote AJAX against a PHP datasource. I try paging through the records to find the one that I want. I...

enhancement

In documentation, custom sorter is shown to work as such: ` var caseSensitiveSort = function (direction, column) { return function (recordA, recordB) { var a = recordA[column.field] || '', b...

Please add method or additional params to set view only years or months. so we could pick only month without date. wee need it. thank you

enhancement

I'm trying to find the parents of a specific node, but the code crashes on line 10709 (parents.push(list[i].data[data.textField]);) of the gijgo.js file (v1.9.11). ` Treeview .list-group-item.active { background-color: magenta; }...

bug

Hi there, there is an issue with multiple instances of datepicker. If for example i initiate datepicker with a class name like ``` $('.datepicker').datepicker(); ``` the datepicker popup is closing...

bug

Hi The parents example on documentation returns an error. https://gijgo.com/tree/methods/parents I would like to use such in my code. Thanks

Hi When configuring the treeview, one is able to set the dataSource from an array. Is it possible to set the dataSource after having created an instance of the tree...

Hi there After having created an instance of a treeview with new e.g. var tree = new GijgoTree?? How can use the same reference to clear all the nodes? e.g....

I am using a tree with checkboxes, and I only want checkboxes, not selection of nodes. I've edited my local copy of the giglio.js to support this functionality. It's a...