F
Filament8mo ago
Oddman

Get previous/next record in table?

I'm trying to write some logic in the table builder - I need to get the previous and next row in the table, if at all possible, as this will help determine the actions I need to show/hide in the table records.
Solution:
Figured it out, but it's pretty nasty. Basically I ask the records from the Table injected object, and then loop through to find the right records. as needed
Jump to solution
1 Reply
Solution
Oddman
Oddman8mo ago
Figured it out, but it's pretty nasty. Basically I ask the records from the Table injected object, and then loop through to find the right records. as needed