Refresh table when i insert a value using another fields

Hi how i can refresh my table after i press a button on a field

example i fill all fields and then click Add line, table should be refreshed to show new items in line. How i can do that?

thank you

@agaitan026 You’ll manually have to rerun the query on success of the insert query.

1 Like

Any tutorial or example?

It is as simple as adding fetch_data_query.run() at the end of the function being run onClick of Add line button.