Index to next row
-
Hi Tobias,
I’ve been using the “.tablepress .even td” and “.tablepress .odd td”, functionality as described in the documentation but am having no luck getting it to work the way I need.
I am trying to use the above code to determine if an EVEN numbered row was selected and is so then index to the NEXT ODD ROW and execute some custom code against that row.
I am able to identify which row is selected but cannot determine if it is an even row or an odd row so I can index one row and run my custom code. Do you have a code snippet to do something like below?
If (odd row selected ){
index to next row;
execute my code here;
}Thx,
Gary
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Index to next row’ is closed to new replies.