Actions
Bug #9082
closedCB Repeat: automatic row index detection not completely accurate
Description
If row indexes are out of order OR there are ids that could conflict with the row index detection behavior it can result in the row index being wrong. Improve this to loop through the row items until it finds a satisfactory match to detect its row index. Also implement support for data-cbrepeat-index on a row to have pre-set indexes that don't require parsing down a DOM tree.
Actions