diff --git a/docs/virtual-table/cells/badge.html b/docs/virtual-table/cells/badge.html index a576a4f..a8c56b8 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 3ea653a..5c8bbd1 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 f056d43..a2986b2 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 14a3e6d..afb8cd2 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 2fec17f..f055829 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 4c41271..03afd22 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 e9b8be0..7d0c407 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 c0b1ef8..6e54b75 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 81303b4..421a685 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