Salesforce Fact #909 | Editable date column in lightning datatable

In lightning datatable, if we have a date format editable column we can use the type as 'date' or 'date-local'.

If we use 'date' the editable window shows the time part also, using 'date-local' shows only date part.

Reference: https://developer.salesforce.com/docs/component-library/bundle/lightning-datatable/documentation

Attached are the screenshots.






Comments

Popular posts from this blog

Salesforce Fact #192 | Call batch apex from flow