LightningFlowComponents
LightningFlowComponents copied to clipboard
Datatable - First column is not editable
Steps to reproduce
Steps to reproduce the behavior:
- Create a datatable
- Set all columns as editable
Expected behaviour
Should be able to edit all columns in run mode
Actual behaviour
You can't edit the first column - it's the column order not the column type as it's always
Screenshots
Debug Logs
Console log for column 1
Array(4)
0:
actions: null
cellAttributes: {}
editable: true
fieldName: "Opening_Time__c"
hideDefaultActions: true
iconName: null
initialWidth: 95
label: "Open"
sortable: false
type: "combobox"
typeAttributes: {editable: true, fieldName: 'Opening_Time__c', keyField: 'Id', keyFieldValue: {…}, picklistValues: {…}, …}
wrapText: true
[[Prototype]]: Object
1: {label: 'Day', iconName: null, fieldName: 'Day__c', type: 'combobox', cellAttributes: {…}, …}
2: {label: 'Close', iconName: null, fieldName: 'Closing_Time__c', type: 'combobox', cellAttributes: {…}, …}
3: {label: '', iconName: null, fieldName: 'Account__r_lookup', type: 'url', cellAttributes: {…}, …}
I'm not able to reproduce this behavior. Have you tested this with a different object?