Grid VUE Wrapper - Cannot add new rows at Grid's bottom using editable-create-at="bottom" #5198
Labels
Bug
C: Grid
FP: Declined
Sync status with associated Feedback Item
jQuery
S: Wrappers (Vue)
SEV: Low
Bug report
In Grid(Wrapper) in UI for Vue, the editable-create-at is not changing Grid's "add new row" behavior when it is set to "bottom".
Reproduction of the problem
A workaround that could be applied is to use
:editable="{createAt:'bottom'}"
instead of:editable-create-at="bottom"
Current behavior
The new rows are not being added to the bottom of the Grid with
:editable-create-at="bottom"
configuration applied.Expected/desired behavior
When
:editable-create-at="bottom"
is applied the new records in the Grid should be added to its bottomEnvironment
The text was updated successfully, but these errors were encountered: