@stevewirts Unfortunately I found some bugs in that latest PR after you accepted it. This PR fixes those bugs.
Additionally there is some minor code clean up here, like removing some unused assignments on inserter.
I also added functionality which prevents the header cell from being dragged outside the header boundary. I believe this piece was mistakenly lost as part of the refactoring I did in the my last PR.
Finally, I added columnsreordered and columnsresized events to the Grid.
@stevewirts Unfortunately I found some bugs in that latest PR after you accepted it. This PR fixes those bugs.
Additionally there is some minor code clean up here, like removing some unused assignments on
inserter
.I also added functionality which prevents the header cell from being dragged outside the header boundary. I believe this piece was mistakenly lost as part of the refactoring I did in the my last PR.
Finally, I added
columnsreordered
andcolumnsresized
events to theGrid
.