|
Title: datagrid-scrollview and sort columns Post by: korenanzo on April 01, 2016, 08:06:22 AM I use data grid-scrollview to show use amount of data.
I load data using loadData() method; I set sortable=true on the columns; the problem is that when I sort (clocking on the column head) only the current page records are being sorted: if I move the scrollbar I will se unsorted records. Is it a bug or I missed some configuration? thanks, Ric Title: Re: datagrid-scrollview and sort columns Post by: jarry on April 01, 2016, 10:34:30 AM Please download the newest 'datagrid-scrollview.js' file from http://www.jeasyui.com/extension/datagridview.php
Title: Re: datagrid-scrollview and sort columns Post by: korenanzo on April 05, 2016, 08:11:39 AM Thanks, it works !
|