Skip to content

Commit

Permalink
feat: define togglerTemplate props in TreeTableBase
Browse files Browse the repository at this point in the history
  • Loading branch information
KumJungMin committed Dec 22, 2024
1 parent 2afdcab commit deaa09e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/lib/treetable/TreeTableBase.js
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,8 @@ export const TreeTableBase = ComponentBase.extend({
tableStyle: null,
totalRecords: null,
value: null,
children: undefined
children: undefined,
togglerTemplate: null
},
css: {
classes,
Expand Down

0 comments on commit deaa09e

Please sign in to comment.