Код: Выделить всё
< /code>
Также настроен DataTable.tableCols = [
{
label: "対応期日",
fieldName: "correspondenceDate",
fixedWidth: 120,
type: "datePicker",
value: { fieldName: "correspondenceDate" },
typeAttributes: {
editing: { fieldName: "editColumn" }
}
}
];
Я попробовал CS ниже:
.slds-datepicker {
position: absolute !important;
z-index: 99999999 !important;
overflow: visible !important;
}
Но DatePicker по -прежнему отрывается в данных DataTable, как ниже:
Подробнее здесь: https://stackoverflow.com/questions/788 ... -datatable