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

test search top

parent 4612e470
No related branches found
No related tags found
No related merge requests found
...@@ -75,5 +75,5 @@ export default function ClassIndiv() { ...@@ -75,5 +75,5 @@ export default function ClassIndiv() {
rows: data}) rows: data})
} }
return <MDBDataTableV5 paging={false} hover striped info={false} data={RefreshData()} searchLabel="Rechercher" responsiveLg />; return <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