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

---
 source/import_documentation/mixins.rst | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/source/import_documentation/mixins.rst b/source/import_documentation/mixins.rst
index bce80ef..efa217b 100644
--- a/source/import_documentation/mixins.rst
+++ b/source/import_documentation/mixins.rst
@@ -11,13 +11,19 @@ List
     --------------------
 
         +------------+-----------------+---------+----------------------------------------+ 
-        | Name      |    expected     | Default | Description                             |
+        | Name      |    Expected     | Default | Description                             |
         +===========+=================+=========+=========================================+
         | order-by  |                 |         |                                         |
         +-----------+-----------------+---------+-----------------------------------------+
         | counter   |                 |         |                                         |
         +-----------+-----------------+---------+-----------------------------------------+
 
+        .. csv-table::  
+            :header: « Name », « Expected », « Default » et «Description»
+
+            « order-by », «  », «  », «  »
+            « counter », «  », «  », «  »,
+
 
     Used in components:
     -------------------
-- 
GitLab