EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: Wojak on February 02, 2023, 12:18:52 PM



Title: getRow in documentation
Post by: Wojak on February 02, 2023, 12:18:52 PM
Hi,
What there is no method "getRow" in documentation but it's in options of datagrid


Title: Re: getRow in documentation
Post by: jarry on February 02, 2023, 08:36:53 PM
This is the internal method used by the component. To get a loaded row, please call
Code:
var row = $('#dg').datagrid('getRows')[index];