When you add data dynamically in table, You have to “refresh” table after data append otherwise it does not display data in table. Simple you need to write following line in your java-script file. $(“#your_table_id”).table(“refresh”);
When you add data dynamically in table, You have to “refresh” table after data append otherwise it does not display data in table. Simple you need to write following line in your java-script file. $(“#your_table_id”).table(“refresh”);