Object-table not refreshing correctly

How can I refresh the object-table when I insert a row from a record inside the object-table?
Currently the record inserted doesnt go underneath the record clicked on to add a new record

If the object-table in question is bound to an array, you will need to refresh the array after creating a new record. If the object-table is bound to a query, it will update automatically after that new record is saved.

If you are still not seeing the record then please make sure the new record matches the query filters applied. Please also check your .orderBy() and other pages of the object-table if you have pagination turned on.

1 Like