What I have is a DataTable that will allow the user to click the row they want and then be forwarded to another screen. This works well, but now I need to add a little more functionality and am stuck. What I would like to do, is to add another column for a checkbox allowing the user to specify additional functionality.
Because I have the entire row clickable, I'd like to know if it would be possible to make a column in the table, or simply a td cell for each row that is NOT clickable while leaving the clickable functionality in all other cells? Essentially, if my rows are all clickable, the user wouldn't be able to check a box because the click function would push them to the next page.
Because I have the entire row clickable, I'd like to know if it would be possible to make a column in the table, or simply a td cell for each row that is NOT clickable while leaving the clickable functionality in all other cells? Essentially, if my rows are all clickable, the user wouldn't be able to check a box because the click function would push them to the next page.