From 09931e0af4bb0ffb383cb5e9919d3ec20bcc79b5 Mon Sep 17 00:00:00 2001
From: Alice <alice.poggioli@hotmail.fr>
Date: Mon, 4 May 2020 09:22:01 +0200
Subject: [PATCH] Try new table

---
 source/import_documentation/mixins.rst | 25 +++++++++++++++++++++----
 1 file changed, 21 insertions(+), 4 deletions(-)

diff --git a/source/import_documentation/mixins.rst b/source/import_documentation/mixins.rst
index efa217b..c34605f 100644
--- a/source/import_documentation/mixins.rst
+++ b/source/import_documentation/mixins.rst
@@ -19,10 +19,27 @@ List
         +-----------+-----------------+---------+-----------------------------------------+
 
         .. csv-table::  
-            :header: « Name », « Expected », « Default » et «Description»
-
-            « order-by », «  », «  », «  »
-            « counter », «  », «  », «  »,
+            :header: "Name", "Expected", "Default", "Description"
+
+            « order-by », " test ", " test ", " test " 
+            « counter », " test ", " test ", " test ", " test "
+        
+        .. list-table:: 
+            :header-rows: 1 
+            :stub-columns: 1 
+
+            * - Name 
+                - order-by 
+                - counter 
+            * - Expected 
+                - test
+                - test
+            * - Default 
+                -  test
+                - test
+            * - Description
+                - test
+                - test
 
 
     Used in components:
-- 
GitLab