Skip to Content
0
Former Member
Apr 26, 2018 at 12:44 PM

Smart Table evenly columns

135 Views

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