jquery datatable display No data available in table after creting table Row runtime(javascript)

前端 未结 3 660
后悔当初
后悔当初 2021-01-22 03:29

i am trying to display table(Jquery DataTable) of data witch i created from JavaScript but some how the table is display like this .

3条回答
  •  暗喜
    暗喜 (楼主)
    2021-01-22 04:16

    Try refreshing the table using $('#example').dataTable().fnDraw();

提交回复
热议问题