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

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

ubuntu - Bash Script to Check That Files Are Being Created -