Don't have an account?
Search for an answer or ask a question of the zone or Customer Support.
You need to sign in to do that
Sign in to start searching questions
Signup for a Developer Edition
Sign in to start a discussion
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
All Answers
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
It's perfectly working now. I have a question for you. Where did you get ".slds-grid_align-end". When I inspected couldn't find the same. Could you please reply to question.
Regards,
VSK98