Add a row to a table widget

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

@umi You can try using the concat() function to do this. So inside concat, pass the row.