- updated tables, checked filters;
This commit is contained in:
@@ -132,8 +132,7 @@ const AllUsersTable = ({ updaterString = '' }) => {
|
||||
return <Dropdown value={options.value} options={statuses}
|
||||
onChange={(e) => options.filterCallback(e.value, options.index)}
|
||||
itemTemplate={statusItemTemplate} placeholder={__('Scegli uno', 'gepafin')}
|
||||
className="p-column-filter"
|
||||
showClear/>;
|
||||
className="p-column-filter"/>;
|
||||
};
|
||||
|
||||
const statusItemTemplate = (option) => {
|
||||
|
||||
Reference in New Issue
Block a user