I need to know the correct practice to use in this scenario:
I have a WebApi that returns a tabular dataset and I have to show it using bootstrap tables...
How to implement it? Which bootstrap component should I use?
The table is very simple, it expose just few data and a button to go in the row detail...