Hyperlink creation along with data passing to Controller.
Hyperlink creation along with data passing to Controller.
![madhavjh](https://secure.gravatar.com/avatar/7583e61bdfdbd73059aa913930fb9227/?default=https%3A%2F%2Fvanillicon.com%2F7583e61bdfdbd73059aa913930fb9227_200.png&rating=g&size=120)
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