Skip to content

Commit

Permalink
feat: expose reRenderColumns as public method (#583)
Browse files Browse the repository at this point in the history
- this will help in calculation our own column widths and calling `reRenderColumns` to resize columns accordingly
  • Loading branch information
ghiscoding committed Mar 4, 2021
1 parent 3991679 commit 3f6e7d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions slick.grid.js
Expand Up @@ -5946,6 +5946,7 @@ if (typeof Slick === "undefined") {
"applyFormatResultToCellNode": applyFormatResultToCellNode,

"render": render,
"reRenderColumns": reRenderColumns,
"invalidate": invalidate,
"invalidateRow": invalidateRow,
"invalidateRows": invalidateRows,
Expand Down

0 comments on commit 3f6e7d7

Please sign in to comment.