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
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
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.