↧
Answer by wenyi for how I can add extra my attribute into bootstrapTable
I think formatter option is useful in your case:var x = [ {"id": 0,"name": "test0","price": "0" ,"pricesymbole":"$ " }, {"id": 1,"name": "test1","price": "1" ,"pricesymbole":"¥" }, {"id": 2,"name":...
View Articlehow I can add extra my attribute into bootstrapTable
I used bootstrapTable.js plugin https://github.com/wenzhixin/bootstrap-tableto create datatable ,I populated table by Jsonbut I need to control in my td tag as add some extra attribute in td tagas I...
View Article