Is your feature request related to a problem? Please describe.
To be able to set a table position.
Describe the solution you'd like
An option to set a row index for table insertion.
Describe alternatives you've considered
Additional context
User feedback
DoD: The core logic is updated to accept a row index parameter for table insertion and the table is inserted at the specified row index in the output when the parameter is provided. The API is updated to accept and handle a row index parameter for table insertion. Documentation is updated to describe the new option, including usage examples. Unit tests are added or updated to verify correct table placement at various row indices.
Is your feature request related to a problem? Please describe.
To be able to set a table position.
Describe the solution you'd like
An option to set a row index for table insertion.
Describe alternatives you've considered
Additional context
User feedback
DoD: The core logic is updated to accept a row index parameter for table insertion and the table is inserted at the specified row index in the output when the parameter is provided. The API is updated to accept and handle a row index parameter for table insertion. Documentation is updated to describe the new option, including usage examples. Unit tests are added or updated to verify correct table placement at various row indices.