Skip to content

Commit

Permalink
#6297 examples.tableFiltering.MainContainer
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiu committed Jan 26, 2025
1 parent a7ff307 commit 4152505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/tableFiltering/MainContainer.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ class MainContainer extends Viewport {
}, {
module : TableContainer,
id : 'myTableFilterContainer',
selectionModel : CellModel,
showHeaderFilters: true,
store : MainStore,
viewConfig : {selectionModel: CellModel},
width : '100%',
wrapperStyle : {height: '300px'},

Expand Down

0 comments on commit 4152505

Please sign in to comment.