Issue Adding Rows with "append"
I'm trying to append a relatively large collection to bootgrid and it appears to be limiting the number of
elements I can append. Is there some sort of setting I need to enable to allow for larger data sets?
I'm calling:
$('#grid-basic').bootgrid("append",arr);
my array has a length of 366.