I have a jQuery datatable and when I click a row, I want to get a value from one of the columns in the clicked row.
I have a function for the click event of the row so here I would like to get a column of that row.
I enter into this function when a row is clicked just fine.
Here is the view (not in its entirety) with the datatable and click event function.
Note: I build each rows href just fine and there I use row.columnname for the columns I need to build my query string. I get the href in my clicked function and I know I can just substring the PublishedSwitch out of the href. However, I will no longer be building that query string and hence it will not be part of the href. So I now need to get that row's publishedSwitch somehow from within the clicked function.
- @section Scripts
- {
- }
Sachin SinghPosted Dec 8, 2020, 9:37 AM
First LastPosted Dec 8, 2020, 9:26 AM
Sachin SinghPosted Dec 7, 2020, 11:01 PM