How to insert multiple data in jsgrid

164 views Asked by At

I insert the data using the code below.

$("#jsGrid-vws").jsGrid("insertItem",data);

However, this method slowed down and the browser went down as the data increased. I want to know how to put bulk data in the js grid.

0

There are 0 answers