Hello,
I am not able to force ‘Format’ button to render in the header. The element is placed in DOM but is not visible.
Grid header declaration
header: {
visible: true,
buttons: ['columns', 'filter', 'sort', 'group', 'format', 'search'],
},
Element:
<div class="smart-data-view-header-button smart-data-view-format-button smart-unselectable smart-hidden" role="button" aria-expanded="false" aria-haspopup="dialog" aria-label="Format" smart-id="formatButton"><div class="smart-tool-label" role="presentation">Conditional Formating</div></div>
For context: the grid is rendered in a Tab control, inside docking layout, inside a window.
Thanks
-
This topic was modified 2 years, 5 months ago by Cher Toggy.