Skip to content
Snippets Groups Projects
Commit 41c09ea5 authored by Thomas Bouquet's avatar Thomas Bouquet
Browse files

search fixed

parent 6669737e
No related branches found
No related tags found
No related merge requests found
...@@ -75,5 +75,8 @@ export default function ClassEquipe() { ...@@ -75,5 +75,8 @@ export default function ClassEquipe() {
} }
return <MDBDataTableV5 paging={false} hover striped info={false} data={RefreshData()} searchLabel="Rechercher" responsiveLg />; return (<>
<br/><br/>
<MDBDataTableV5 paging={false} hover searchTop={true} searchBottom={false} striped info={false} data={RefreshData()} searchLabel="Rechercher" responsiveLg />
</>);
} }
\ No newline at end of file
...@@ -75,5 +75,8 @@ export default function ClassIndiv() { ...@@ -75,5 +75,8 @@ export default function ClassIndiv() {
rows: data}) rows: data})
} }
return <MDBDataTableV5 paging={false} hover searchTop={true} searchBottom={false} striped info={false} data={RefreshData()} searchLabel="Rechercher" responsiveLg />; return (<>
<br/><br/>
<MDBDataTableV5 paging={false} hover searchTop={true} searchBottom={false} striped info={false} data={RefreshData()} searchLabel="Rechercher" responsiveLg />
</>);
} }
\ No newline at end of file
...@@ -61,5 +61,8 @@ export default function ClassSprint() { ...@@ -61,5 +61,8 @@ export default function ClassSprint() {
} }
return <MDBDataTableV5 paging={false} hover striped info={false} data={RefreshData()} searchLabel="Rechercher" responsiveLg />; return (<>
<br/><br/>
<MDBDataTableV5 paging={false} hover searchTop={true} searchBottom={false} striped info={false} data={RefreshData()} searchLabel="Rechercher" responsiveLg />
</>);
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment