I use Bootstap table to present collection. In my table last column is button for details. After click on it, I want to display dialog, which will be filled by model from MVC action.
So, how can I do this:
- Click on button in row (there is <a href='MVC_action\ROW_ID'>
- MVC_action will be executed and return model
- Model is pass to view and dialog is visible with filled data.