Patch update for addNewRow, dismissEditor action
Implemented enhancements:
- addNewRow() : Insertion after a particular row. #126
Fixed bugs:
- DISMISS_EDITOR and ADD_NEW_ROW set total incorrectly #132
- addNewRow\(\) : Insertion after a particular row. #126
- updateGetter in lastUpdate.js doesn't support passing reducerKeys via the grid props #123
Closed issues:
- No Data Available #127
Merged pull requests:
- bug/pager - DISMISS_EDITOR, REMOVE_ROW, and ADD_NEW_ROW now set total correctly #133 (Vanderslice)
- Changes are made to insert a new row into a specific location of grid by passing rowIndex parameter to addNewRow(ADD_NEW_ROW) action. #129 (underwater222)