fix postoadms

This commit is contained in:
Wikzyy
2025-03-13 14:49:35 +07:00
parent 4eaccf2472
commit 07918aafed
3 changed files with 28 additions and 15 deletions

View File

@ -17,8 +17,10 @@ const ListToolbar = () => {
<input
type="text"
placeholder="Search Postu Administrativo"
value={(table.getColumn('name')?.getFilterValue() as string) ?? ''}
onChange={(event) => table.getColumn('name')?.setFilterValue(event.target.value)}
value={(table.getColumn('posto_adms_name')?.getFilterValue() as string) ?? ''}
onChange={(event) =>
table.getColumn('posto_adms_name')?.setFilterValue(event.target.value)
}
/>
</label>
<DefaultTooltip title={'Filter'} placement={'top'}>