Closed vidz1979 closed 1 year ago
It's not index in the sense of third row. It's the row who has an index of 3. It depends what you are using as the index column. If you're using the id column then it will try to find the row whose id column has a value 3.
If you need more, I'll need more too. A clone link that demonstrates your issue will help.
Here are the docs for other possible values for index:
Thank you! Setted index column and now works.
Calling add_row with as position argument does not produce effects. Data is always added in the last row.