Salesforce made our life easier by building many standard Lightning UI components like lightning:input, lightning:card, lightning:datatable etc., to use in our custom component development. However, there are few limitations on few components which don't fit in all business scenarios, one of which is, picklist field support in it's standard lightning:datatable component. In standard lightning:datatable, if we add a picklist field and try to edit that field, it will show as text field i…