Feature #2116
Feature #2108: Break up LookupEditView
Break out handsontable into a separate view
100%
Associated revisions
Broke out Handsontable into a separate view
Closes #2116
Broke out Handsontable into a separate view
Closes #2116
Making lookup refresh properly
Reference #2116
Making lookup refresh properly
Reference #2116
Moving error message out from the table edit view into the lookup edit view
Reference #2116
Moving error message out from the table edit view into the lookup edit view
Reference #2116
Removing unnecesary imports
Reference #2116
Removing unnecesary imports
Reference #2116
Fixing error when adding a new row
Reference #2116
Fixing error when adding a new row
Reference #2116
Fixing hook which was wrong for the creation of new rows
Reference #2116
Fixing hook which was wrong for the creation of new rows
Reference #2116
History
#1 Updated by Luke Murphey about 7 years ago
Need to:
- Make views use this.$el
#2 Updated by Luke Murphey about 7 years ago
Imports are not working correctly. It looks like exportation is incorrect though.
#3 Updated by Luke Murphey about 7 years ago
- Refreshing doesn't currently work.
- Cell editing results in a new row on KV collections
- showWarningMessage is still in the table editor
#4 Updated by Luke Murphey about 7 years ago
- % Done changed from 0 to 70
#5 Updated by Luke Murphey about 7 years ago
This reduces the file from ~2800 lines to ~2000.
#6 Updated by Luke Murphey about 7 years ago
Refreshing doesn't work.
Questions:- Is this related to one of the options?
- Removing all options: no change
- Does just calling render work?
- No, same result
- This appears to be due to re-rendering the entire component. Re-rendering only the lookup works.
#7 Updated by Luke Murphey about 7 years ago
- Status changed from New to Closed
- % Done changed from 70 to 100