Is your feature request related to a problem? Please describe.
There are actions "Insert row before current" and "Insert column before current" but no equivalent to add "after current". Currently I need to move to the next row/column just to re-add one before.
Describe the solution you'd like
The new actions "Insert row after current" and "Insert column after current" would add a row, column after the current one respectively.
Describe alternatives you've considered
No alternatives in mind.
Is your feature request related to a problem? Please describe. There are actions "Insert row before current" and "Insert column before current" but no equivalent to add "after current". Currently I need to move to the next row/column just to re-add one before.
Describe the solution you'd like The new actions "Insert row after current" and "Insert column after current" would add a row, column after the current one respectively.
Describe alternatives you've considered No alternatives in mind.
Additional context There was a PR doing this for row: https://github.com/tgrosinger/advanced-tables-obsidian/pull/107 We could do the same, but with column too.
Also, https://github.com/tgrosinger/advanced-tables-obsidian/issues/179 is related, but more convenient when the new row/column will be very similar to the current one.