Open ghost opened 4 years ago
With this code you will have to init() after you have filled out the table. The same kind of problem you are trying to solve is what made me think to rewrite this library into something dynamic and allows for multiple tables and dynamic refreshes. It is in a separate project because I believe the goals of the libraries are slightly different. This may suit you better.
I don't know how Datatable works. But I think you could in integrate in it because at the low level Datable work with a common HTML table. Bootstable in new versions is easy to adapt and it's well documented.
To integrate dynamic data using ajax in datatable and update values of it, it is necessary to add • a data-id on each
how can i integrate with dynamic data using ajax in datatable and update values of it.