scroll bar add data postu, sucos, aldeias active. hide icon filter manage user & menu. message error in manage user done
This commit is contained in:
@ -21,14 +21,6 @@ const ListToolbar = () => {
|
||||
table.getColumn('sucos_name')?.setFilterValue(event.target.value)
|
||||
}
|
||||
/>
|
||||
<input
|
||||
type="text"
|
||||
placeholder="Search Posto Administrativo"
|
||||
value={String(table.getColumn(`posto_name`)?.getFilterValue() ?? '')}
|
||||
onChange={(event) =>
|
||||
table.getColumn('posto_name')?.setFilterValue(event.target.value)
|
||||
}
|
||||
/>
|
||||
</label>
|
||||
{/* <DefaultTooltip title={'Filter'} placement={'top'}>
|
||||
<Button
|
||||
|
||||
Reference in New Issue
Block a user