rstaib / jquery-bootgrid

Nice, sleek and intuitive. A grid control especially designed for bootstrap.
http://www.jquery-bootgrid.com
MIT License
973 stars 364 forks source link

Reload data from object #391

Open jeffersonmello opened 6 years ago

jeffersonmello commented 6 years ago

Its possible reload data of grid from another url or javascript object or json?

Nitrotoxin commented 6 years ago

I use this:

$('#data-table-command').bootgrid('reload');

I set my table to populate from MySQL as JSON using AJAX and then issue that command to refresh the table.

capture