How to get all data from easyui datagrid -



How to get all data from easyui datagrid -

i had seek utilize getdata e.g.

data = $("#dg").datagrid("getdata");` var total = data.total; (total 100)` var rows = data.rows; (rows.length 25)`

it can result: total number right 100 records rows homecoming current page rows 25 rows. need of records (100 rows).

is there missed ? or how can ? please help me.

datagrid jquery-easyui

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -