update delete & edit data
This commit is contained in:
@ -16,7 +16,7 @@ const ListToolbar = () => {
|
||||
<input
|
||||
type="text"
|
||||
placeholder="Search Sucos"
|
||||
value={table.getColumn(`sucos_id`)?.getFilterValue() as string}
|
||||
value={table.getColumn(`id`)?.getFilterValue() as string}
|
||||
onChange={(event) =>
|
||||
table.getColumn('sucos_name')?.setFilterValue(event.target.value)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user