Hyperlink creation along with data passing to Controller.
Hyperlink creation along with data passing to Controller.
madhavjh
Posts: 1Questions: 0Answers: 0
Hello,
i have created the jquery data table with two columns containing File Numbers and Amounts respectively . i want to click on File Number and get the page of particular File. Each File have unique File Number.
What i am thinking is pass the FileNumber to Controller by onClick() method. And i also found there is another method call fnGetData. please help me to implement it.
This discussion has been closed.
Replies
The Select extension might be a good fit for you. There are lots of examples including API examples that show how to retrieve the data from the selected row:
https://datatables.net/extensions/select/examples/
Kevin