Jsgrid: how to reload the jsgrid outside

Created on 31 Jan 2018  路  1Comment  路  Source: tabalinas/jsgrid

there are three controls in my page. a tree ,jsgrid1,jsgrid2,when i click tree node then jsgrid1 load data ,click row of jsgrid1 then jsgrid2 load data. in general there are two relations : tree and jsgrid1.jsgrid1 and jsgrid2.i wanna konw when i click tree node how to reload the jsgrid2

help wanted

Most helpful comment

If you'd like to reload data call loadData method on the grid $("#grid").jsGrid("loadData");.

>All comments

If you'd like to reload data call loadData method on the grid $("#grid").jsGrid("loadData");.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

RevealedFrom picture RevealedFrom  路  3Comments

am2222 picture am2222  路  4Comments

aidankilleen picture aidankilleen  路  5Comments

eliasuardi picture eliasuardi  路  3Comments

danielson317 picture danielson317  路  3Comments