1 year ago
#326489
Max
How hide and show DxTab item programmatically
Im using js DevExtreme for evaluation. I have a layout with dxtabbeditem with two tabs inside. I would to change the visibility of second tabs from my javascript code, this is my layout:
<DxForm>
<DxGroupItem>
<DxTabbedItem>
<DxTab
:col-count="12"
:title="First tab"> >
<!-- first tab -->
</DxTab>
<DxTab
:col-count="12"
:title="Second tab">
<!-- second tab -->
</DxTab>
</DxTabbedItem>
</DxGroupItem>
</DxForm>
Can anyone help me? Thanks
javascript
tabs
devextreme
0 Answers
Your Answer