Skip to content

Commit

Permalink
fix(demo): 🐛 redraw columns in ColumnsUpdate.bbj
Browse files Browse the repository at this point in the history
  • Loading branch information
hyyan committed Jul 2, 2020
1 parent 701fa30 commit bc16e25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions demo/ColumnsUpdate.bbj
Expand Up @@ -79,6 +79,7 @@ onCDNumberUpdate:
grid!.updateColumns()
grid!.setFitToGrid()
grid!.addStyle(".my-special-color", "{""background-color"": ""black"" , ""color"": ""#d8d8d8""}")
grid!.redrawRows()
return

rem /**
Expand Down

0 comments on commit bc16e25

Please sign in to comment.