gijgo
gijgo copied to clipboard
Gijgo - Free Javascript Controls
example the data "North America" item add children I am at Canada after one node expect +USA Canada New Node Mexico code: tree.addNode({ text: 'New Node' }, $(e.target).parent().parent().parent(),2); out: -USA...
This PR try to fix part of the issue #424 You can find the specific issue and fix on https://github.com/atatanasov/gijgo/issues/424#issuecomment-644917222
I am using editor plugin. Able to get text in Chrome and Firefox. But in **Edge** not able to get new text from textarea. It is sending only exiting text...
Hi, I think I found a bug on the getHTMLConfig method. When I call it, it makes some changes on the columns parameter of the grid configuration and returns all...
am having an issues like, if my input field is centered on screen where the timepicker modal is also open above that, it automatically select time hour and moved to...
I am using below format for displaying date in grid `{ field: 'openedDate', title: 'Opened Date', sortable: true ,type: 'date', format: ' mm/dd/yyyy' }` I have data like below in...
Hi, using 1.9.13 with bootstrap 3.37 issue / problem 1. when i try change DIP_NAME: before click edit button i see value in the field (es. PACINO) when i click...
showOnFocus is supported for datepicker but not for timepicker. I hacked around and set $timepicker.open() whenever I focus on input box. Issue is clock opens but it is unstable and...
There is some errors in tour css librarie mainly, I discovered that when I tested my website with dareboost, try it and you will see. I was using a colorlib...
Hi, i try to update the detailed inline table, but the grid.on is not called? Can you help? > $(document).ready(function () { grid = $('#grid').grid({ dataSource: { url: '/crm/?section=operasyon&act=get_takip' },...