3 answers
Hi VSK,I will suggest the below two solution to solve your issue:you can use which one is suit for you:1. Change the data type : use the datatype as text don't go for number or integer. {label: 'Post Code', fieldName: 'BillingPostalCode', type: 'text'}2. Just add the below style in your Component:.THIS .slds-grid_align-end{ justify-content: flex-start !important;}Can you please Let me know if it helps or not!!! If it helps don't forget to mark this as a best answer!!!Thanks,Maharajan.C