Skip to content

Appended rows now get run through the column converter#4

Merged
Iodine- merged 1 commit intoMoveInc:masterfrom
awestbro:master
Nov 3, 2016
Merged

Appended rows now get run through the column converter#4
Iodine- merged 1 commit intoMoveInc:masterfrom
awestbro:master

Conversation

@awestbro
Copy link

@awestbro awestbro commented Nov 3, 2016

This fixes an with appended rows not being interpreted by the column converter. In our case, we would append string numbers (e.x. "100") with the "number" formatter and "numeric" converter. When you would append the row, the value would be put in the rows as a string which was formatted correctly, but it treated the row as a string sort.

@awestbro
Copy link
Author

awestbro commented Nov 3, 2016

Logic is the same as the loadRows function: https://github.com/MoveInc/jquery-bootgrid/blob/master/src/internal.js#L256-L258

@Iodine-
Copy link

Iodine- commented Nov 3, 2016

@awestbro This looks great. Looks like it may resolve rstaib#300, rstaib#258, rstaib#267 which is great! 👍

@Iodine- Iodine- merged commit 40ae451 into MoveInc:master Nov 3, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants