How to refresh bootstrap table data

后端 未结 1 587
梦如初夏
梦如初夏 2020-12-19 15:08

I have one bootstrap table with the following code.


         <         
相关标签:
1条回答
  • 2020-12-19 15:44

    The method you have followed is correct except, in mydata a comma is missing before Action

    Also make sure that the values like data[index].DeploymentName are existing.

    Working Fiddle

    UPDATE

    Use load function instead of append

    CHECK THIS

    0 讨论(0)
提交回复
热议问题