Currently we are keeping the table level persistence for “All rows”, “rows in range”.
But the issue here is once you selected the 'all rows' or 'rows in range' for a table the subsequent newly selected tables also would be set that settings.
– So what we will do is, for newly selected table the default will be always 'Rows in range'.
– And We will persist the selected option only when the display is completed(with out any crash).
– If in case the table is grown and taking more time you can use the 'Stop' button to stop the process.
– As a work around you can do any of these:
– rename/delete the 'ColumnAttributes.db' from App Data folder(where the .ini is)
– If you have any SQLite browser you can open this db and delete the particular row(for that database and table)
Thank you
Nithin