I am displaying data in jquery UI jtbale using asp.net MVC 4. I am facing problem in displaying a new view on click of cell of jtable. What i want is that when jtable load the data i have an extra column name load and when i click on that column a popup should display the a new view containing the baisc information of that patient .Below i am sharing the images for jtable.
Image of my jtable
is it possible
use an ajax call in your jquery
and on your controller have an method
see here for more information for getting table row id on button click (can be link also, just use a selector) jQuery: Get the contents of a table row with a button click