add new column
This commit is contained in:
@@ -242,6 +242,8 @@ const DomandeTablePreInstructorAsync = ({ userId = null, statuses = [] }) => {
|
|||||||
}
|
}
|
||||||
}, [lazyState]);
|
}, [lazyState]);
|
||||||
|
|
||||||
|
console.log(items)
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="appPageSection__table">
|
<div className="appPageSection__table">
|
||||||
<DataTable
|
<DataTable
|
||||||
@@ -294,6 +296,10 @@ const DomandeTablePreInstructorAsync = ({ userId = null, statuses = [] }) => {
|
|||||||
style={{ minWidth: '8rem' }}
|
style={{ minWidth: '8rem' }}
|
||||||
filterMatchModeOptions={translationStrings.dateFilterOptions}
|
filterMatchModeOptions={translationStrings.dateFilterOptions}
|
||||||
body={dateEndBodyTemplate} filter filterElement={dateFilterTemplate}/>
|
body={dateEndBodyTemplate} filter filterElement={dateFilterTemplate}/>
|
||||||
|
<Column field="assignedUserName" header={__('Assegnato', 'gepafin')}
|
||||||
|
filterField="assignedUserName" filter
|
||||||
|
filterMatchModeOptions={translationStrings.textFilterOptions}
|
||||||
|
style={{ minWidth: '8rem' }}/>
|
||||||
<Column field="applicationStatus" header={__('Stato', 'gepafin')}
|
<Column field="applicationStatus" header={__('Stato', 'gepafin')}
|
||||||
style={{ minWidth: '7rem' }} body={statusBodyTemplate}
|
style={{ minWidth: '7rem' }} body={statusBodyTemplate}
|
||||||
filter
|
filter
|
||||||
|
|||||||
@@ -172,6 +172,7 @@ const AllDomandeTableAsync = ({ openDialogFn, updaterString = '' }) => {
|
|||||||
ApplicationService.getApplicationsPaginated(paginationQuery, getCallback, errGetCallbacks);
|
ApplicationService.getApplicationsPaginated(paginationQuery, getCallback, errGetCallbacks);
|
||||||
}, [lazyState, updaterString]);
|
}, [lazyState, updaterString]);
|
||||||
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="appPageSection__table">
|
<div className="appPageSection__table">
|
||||||
<DataTable
|
<DataTable
|
||||||
|
|||||||
Reference in New Issue
Block a user