CFE-6 add item to expert table and change add button text in expert page
This commit is contained in:
@@ -67,6 +67,18 @@ function ExpertManagementDataTable() {
|
||||
<Typography variant="body2">{renderedCellValue}</Typography>
|
||||
),
|
||||
},
|
||||
{
|
||||
accessorFn: (row) => row.telephone_id,
|
||||
id: "telephone_id",
|
||||
header: t("ExpertMangement.telephone_id"),
|
||||
enableColumnFilter: true,
|
||||
datatype: "numeric",
|
||||
filterFn: "equals",
|
||||
columnFilterModeOptions: ["contains", "equals", "notEquals"],
|
||||
Cell: ({renderedCellValue}) => (
|
||||
<Typography variant="body2">{renderedCellValue}</Typography>
|
||||
),
|
||||
},
|
||||
{
|
||||
accessorFn: (row) => row.phone_number,
|
||||
id: "phone_number",
|
||||
|
||||
Reference in New Issue
Block a user