diff options
Diffstat (limited to 'Source/TableContent.m')
-rw-r--r-- | Source/TableContent.m | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/TableContent.m b/Source/TableContent.m index a5e17db4..7c548307 100644 --- a/Source/TableContent.m +++ b/Source/TableContent.m @@ -154,7 +154,8 @@ theColumns = [tableDataInstance columns]; columnNames = [tableDataInstance columnNames]; - [tableContentView setColumnDefinitions:theColumns]; + // Init copyTable with necessary information for copying selected rows as SQL INSERT + [tableContentView setTableInfoWithColumns:theColumns withTable:selectedTable]; // Retrieve the total number of rows of the current table // to adjustify "Limit From:" |