How do I add a row to a table widget?
@umi Rows are dynamically added as you bind data from a datasource (api/query) to the table widget. Can you explain your use case so that we can suggest a workaround? Thanks
Oh, sorry, I should have been more specific. I have filled a TableWidget with data from a FilePicker and before I load the data into a database table, I would like to manually add a wide record (or several).