Title: [SOLVED] Getting changes on detailview datagrid Post by: erkin on July 19, 2021, 05:41:58 AM Hi! I have again the problem of getting changes in the data grid with detailview when inserting the first row.
Code: <div id='grid'></div> Code: const grid = $('#grid'); If I insert a string into a non-empty list, everything is fine. Most likely all, this is due to the plugin detailview (1.0.1). I am using easyUI version 1.5.1, but tested on several versions above, everything is exactly the same. Please help me somebody! :'( Title: Re: Getting changes on detailview datagrid Post by: jarry on July 19, 2021, 07:05:02 PM This issue has been fixed. Please download a newer version from https://www.jeasyui.com/extension/datagridview.php.
Title: Re: Getting changes on detailview datagrid Post by: erkin on July 19, 2021, 11:35:47 PM Thank you, it works!
|