Hi friends,
i am using bootstrap data table plugin for a table.
But i need to convert datatable to normal table when button click it is possible? 
$(document).ready(function () {
    $('#usertable').dataTable(); 
});
$("#removedatatable").click(function () {
    ???????
});
for example when i click button i need to remove all class that belongs to data table plugin and show table as normal table it is possible?