🔧 Library page table pagination

This commit is contained in:
2022-10-27 23:06:40 -07:00
parent 63e96bf96e
commit ff5ce10e17
8 changed files with 309 additions and 180 deletions

View File

@@ -26,14 +26,14 @@ export const SearchBar = (): ReactElement => {
);
}, []);
return (
<div className="box sticky">
<div className="sticky">
<Form
onSubmit={handleSubmit}
initialValues={{}}
render={({ handleSubmit, form, submitting, pristine, values }) => (
<form onSubmit={handleSubmit}>
<div className="field is-grouped">
<div className="control is-expanded search">
<div className="control search">
<Field name="search">
{({ input, meta }) => {
return (