Index of row in WP_List_Table
That should be possible, but it looks pretty complicated. As you have undoubtedly seen, the display_rows method just passes a single line and there’s no counter. This means that the row number must be in the $item variable for you to extract it. Since it is not there natively, you must insert it before you … Read more