From 1fc0aae98eb95d3eb2247da53ddad2bccfcf527d Mon Sep 17 00:00:00 2001 From: Adrien Date: Thu, 13 Jun 2024 17:08:57 +0200 Subject: [PATCH] Deploy website - based on f72593f1026ff7722fadcfc168bcb908adaa32b2 --- docs/virtual-table/cells/badge.html | 2 +- docs/virtual-table/cells/checkbox.html | 2 +- docs/virtual-table/dimension.html | 10 +++++----- docs/virtual-table/event.html | 2 +- docs/virtual-table/group.html | 4 ++-- docs/virtual-table/navigation.html | 4 ++-- docs/virtual-table/playground.html | 2 +- docs/virtual-table/secure.html | 2 +- docs/virtual-table/styles.html | 2 +- 9 files changed, 15 insertions(+), 15 deletions(-) diff --git a/docs/virtual-table/cells/badge.html b/docs/virtual-table/cells/badge.html index 96f1530..a576a4f 100644 --- a/docs/virtual-table/cells/badge.html +++ b/docs/virtual-table/cells/badge.html @@ -18,7 +18,7 @@

SwitchBagde

The SwitchBadge cell allows to handle advanced needs, like 3 dimensionnals datas.

Example

In this example, we will display the grades of students during the year and for multiple subject.

-
Winter
Spring
Summer
+
Winter
Spring
Summer
<CodePreview
   content={SwitchBadgeGradeExampleSource}
 />
diff --git a/docs/virtual-table/cells/checkbox.html b/docs/virtual-table/cells/checkbox.html
index 5e648e6..3ea653a 100644
--- a/docs/virtual-table/cells/checkbox.html
+++ b/docs/virtual-table/cells/checkbox.html
@@ -14,7 +14,7 @@ 

Variant

Change other column data

The changeOtherColumnOnClick property is used to alter another column. The most common use case is to create a two checkboxes interaction.

-
+
<CodePreview
   content={CheckboxGroupExampleSource}
 />
diff --git a/docs/virtual-table/dimension.html b/docs/virtual-table/dimension.html
index bc38d35..f056d43 100644
--- a/docs/virtual-table/dimension.html
+++ b/docs/virtual-table/dimension.html
@@ -13,27 +13,27 @@
 
  • Red Border is the Wrapper height
  • maxHeight 200px

    -
    + Ajouter une ligne
    Total
    +
    + Ajouter une ligne
    Total
    <VirtualTable maxHeight="200px" />
     

    maxHeight 400px

    -
    + Ajouter une ligne
    Total
    +
    + Ajouter une ligne
    Total
    <VirtualTable maxHeight="400px" />
     

    Dynamic height

    -
    Other box
    + Ajouter une ligne
    Total
    +
    Other box
    + Ajouter une ligne
    Total
    <div style={{ maxHeight: '400px' }}>
       <VirtualTable maxHeight="inherit" />
     </div>
     

    Width

    -
    + Ajouter une ligne
    Total
    +
    + Ajouter une ligne
    Total
    <div style={{ width: '630.25px' }}>
     <VirtualTable maxHeight="400px" />
     </div>
     

    Width

    -
    + Ajouter une ligne
    Total
    +
    + Ajouter une ligne
    Total
    <div style={{ width: '250px' }}>
     <VirtualTable maxHeight="400px" />
     </div>
    diff --git a/docs/virtual-table/event.html b/docs/virtual-table/event.html
    index 36cdd48..14a3e6d 100644
    --- a/docs/virtual-table/event.html
    +++ b/docs/virtual-table/event.html
    @@ -9,7 +9,7 @@
     
     
     

    Event

    Overview

    -
    Current Cell:
    Last keydown:
    +
    Current Cell:
    Last keydown:
    1 2 3 diff --git a/docs/virtual-table/group.html b/docs/virtual-table/group.html index db0232a..2fec17f 100644 --- a/docs/virtual-table/group.html +++ b/docs/virtual-table/group.html @@ -9,7 +9,7 @@

    Group

    Basic

    -
    +
    1 2 3 @@ -269,7 +269,7 @@

    Accordion

    The most common use of the group option is in read mode.

    -
    Exercice N
    Amount
    +
    Exercice N
    Amount
    1 2 3 diff --git a/docs/virtual-table/navigation.html b/docs/virtual-table/navigation.html index 5bdcaef..4c41271 100644 --- a/docs/virtual-table/navigation.html +++ b/docs/virtual-table/navigation.html @@ -10,7 +10,7 @@

    Navigation

    The navigation feature allows you to track the focused cell and to focus a cell from outside the VirtualTable component.

    Overview

    -
    Current Cell:
    +
    Current Cell:
    1 2 3 @@ -110,7 +110,7 @@

    Overview

    export default NavigationBasic;

    Set focus

    -
    Current Cell:
    +
    Current Cell:
    1 2 3 diff --git a/docs/virtual-table/playground.html b/docs/virtual-table/playground.html index 72f407b..e9b8be0 100644 --- a/docs/virtual-table/playground.html +++ b/docs/virtual-table/playground.html @@ -8,7 +8,7 @@ -

    Playground

    apiRef.current

    0 sélectionné(s)
    PJ
    Collaborator
    Lettrage
    Badge
    PJ1
    PJ2
    Custom
    Custom AutocompleteMultiple
    + Ajouter une ligne
    Total des données de la table
    Sum : 0
    Sum : 0
    Current Cell:
    {
    +

    Playground

    apiRef.current

    0 sélectionné(s)
    PJ
    Collaborator
    Lettrage
    Badge
    PJ1
    PJ2
    Custom
    Custom AutocompleteMultiple
    + Ajouter une ligne
    Total des données de la table
    Sum : 0
    Sum : 0
    Current Cell:
    {
       hasSearchbar: true,
       modeEdit: false,
       modeAdd: true,
    diff --git a/docs/virtual-table/secure.html b/docs/virtual-table/secure.html
    index 3a87003..c0b1ef8 100644
    --- a/docs/virtual-table/secure.html
    +++ b/docs/virtual-table/secure.html
    @@ -9,7 +9,7 @@
     
     
     

    Secured data

    The secured lines can be activated with the config hasSecuredRows: true. When activated, all lines containing the property secured: true will be hidden from the VirtualTable.

    -
    +

    Column config

    To display the locker icon, add withLockIcon: true to a column config.

    You can decide to display the column content by adding showLockInfo: true to a column config.

    diff --git a/docs/virtual-table/styles.html b/docs/virtual-table/styles.html index 3bc86cf..81303b4 100644 --- a/docs/virtual-table/styles.html +++ b/docs/virtual-table/styles.html @@ -9,7 +9,7 @@

    Styles

    Overview

    -
    Hello
    World !
    +
    Hello
    World !
    1 2 3