EasyUI Forum

General Category => Bug Report => Topic started by: catpaw on February 22, 2017, 02:24:43 PM



Title: problem on datagrid when refresh version from 1.5 to 1.5.1
Post by: catpaw on February 22, 2017, 02:24:43 PM
hi

-i have the filter function

Code:
$('#dg').datagrid('enableFilter');

but with the version 1.5.1

I get this error:

Quote
TypeError: $.fn.datagrid.methods[_7b6] is not a function

and the multisort fails, the server code get the order like:

Quote
order by field1, field2 desc, asc

thank you


Title: Re: problem on datagrid when refresh version from 1.5 to 1.5.1
Post by: jarry on February 22, 2017, 04:51:08 PM
Please look at this example https://www.jeasyui.com/demo/main/index.php?plugin=DataGrid&theme=default&dir=ltr&pitem=DataGrid%20Filter%20Row. It works fine.