In desktop mode, the Data table is well displayed ! However, when i am in my app, it is displayed like this :So it is totally unreadable, and i would like to know how to fix this. I already tried to set a minWidth for the colums but it doesn't work.Thanks in advance !<lightning:datatable aura:id="WSTable" data="{!v.filteredData}" class="slds-m-top_medium"
columns="{!v.columns}"
minColumnWidth="100px"
keyField="identsrc"
onrowselection="{!c.getSelectedRow}"
sortedBy="{!v.sortedBy}"
sortedDirection="{!v.sortedDirection}"
maxRowSelection = "1"
onsort = "{!c.updateColumnSorting}"/>
</lightning:card>
2 answers
Deepak will you be able to tell us how to use lightning layout or grid to overcome this problem Hey Killian,The current version of lightning:datatable is not supported on mobile devices. https://developer.salesforce.com/docs/component-library/bundle/lightning:datatable/documentationIn an alternative, you use grid or lightning: layout.Please mark as solved and best answer if it will solve your problem.ThanksDeepak.