Can I put an add button between rows in a table? Now, the add button appears at the end of the table. Sometimes info is missed, I'd like to insert the info in order rather than at the end. Example, someone misses adding an additional appointment to time sheet on the first of the month. Then realizes a few days later after entering other days. I'd like the person to enter it in order, rather than at the end.
The circled date should be after the first row.
I've thought about sorting, but that is not as easy as it sounds, because I need it to be in order immediately. Since tables do not allow filtering/sorting by column, I figured it would be easiest to use the add button.
Can this be done?