- updated tables, checked filters;
This commit is contained in:
@@ -134,8 +134,7 @@ const BeneficiarioDomandeTable = () => {
|
||||
return <Dropdown value={options.value} options={statuses}
|
||||
onChange={(e) => options.filterCallback(e.value, options.index)}
|
||||
itemTemplate={statusItemTemplate} placeholder={translationStrings.selectOneLabel}
|
||||
className="p-column-filter"
|
||||
showClear/>;
|
||||
className="p-column-filter"/>;
|
||||
};
|
||||
|
||||
const progressBodyTemplate = (options) => {
|
||||
|
||||
Reference in New Issue
Block a user