Hello Everyone,
I am new to UI5 and having a doubt in the Smart table.
Please refer the below code:
<smartTable:SmartTable id="LineItemsSmartTable" entitySet="alvdtlsSet" tableType="Table" useExportToExcel="true" useVariantManagement="true" showVariantManagement="true" useTablePersonalisation="true" showTablePersonalisation="true" showRowCount="true" persistencyKey="bmcStorageBinReport" enableAutoBinding="true" initiallyVisibleFields="Lgtyp,Lgpla,Plant,Matnr,Gesme,Tanum,Sind" beforeRebindTable="onBeforeRebind" dataReceived="onDataReceived" threshold="3000"> <ui:Table selectionMode="None" visibleRowCountMode="Auto" width = "auto" enableCellFilter="true"/> <smartTable:layoutData> <FlexItemData growFactor="1" baseSize="0%"/> </smartTable:layoutData> </smartTable:SmartTable>
My issue is I am not getting columns evenly
Please help me on this