-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
loadData: Reload Table with different row count fails #1050
Comments
Could you prepare a jsFiddle? |
Hi I am on vac this week. Seb. Preuß mobil -------- Ursprüngliche Nachricht -------- Could you prepare a jsFiddle? — |
Hi, as I promised, here is the fiddle: http://jsfiddle.net/sapreuss/33XFt/4/ After the start, 100 Rows, everything fine. Restart, 100 rows. Thx |
@sapreuss I tried to reproduce it - but works fine In my opinion. In reloads the same with and without pressing any column header. Since in an issue from 2013 I assume it can be closed if it's solved. |
Hi,
I'm using handsontable with a feature to change the number of displayed rows.
The user may change the amount and the table data will be reloaded - without creating a new table just using the 'loadData' method. The feature worked fine up to now.
Today I updated to release 0.9.18 and my feature fails.
I spotted the cause in 'this.translateRow' method trying to read a non existent 'instance.sortIndex[row]'. This happens, when the row number exceeds the row number of the original table.
Feature or Bug?
The text was updated successfully, but these errors were encountered: