From d5fc27012835814ae0d55d2011cbed4155f24c1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Sebastian-Bath?= Date: Mon, 24 Jan 2022 21:06:18 +0100 Subject: [PATCH] Fix sortable example Needs to have prop `sortable`. Has been `striped` in this example. --- en/react/web/docs/tables/datatables/a.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en/react/web/docs/tables/datatables/a.html b/en/react/web/docs/tables/datatables/a.html index 8cca789cc..13ee1b2d4 100644 --- a/en/react/web/docs/tables/datatables/a.html +++ b/en/react/web/docs/tables/datatables/a.html @@ -894,7 +894,7 @@

Boolean true Determines whether sorting is enabled/disabled. - <MDBDataTable striped /> + <MDBDataTable sortable /> small @@ -1004,4 +1004,4 @@

API Reference: DataTable Methods

- \ No newline at end of file +