i am using Jquery
bootgrid
plugin on button click i am initializing the plugin but when the plugin is initialized the data is lost although i says showing 1-78 records but no record is visible i checked through chrome developer tools but no data is present
table is generated from gridview
of asp.net
webforms
plugin url: http://www.jquery-bootgrid.com/
JS CODE
function testBtn() {
$("table.rt").bootgrid();
}
HTML CODE
<button id="init-basic" type="button"
class="btn btn-lg btn-primary" onclick="testBtn();">
Prettify Table</button>