Variant
  •    
    {
    list
    (
    Variant
    •    
      { 
      string
       
      col_id
      , 
      Variant
      •    
        { 
        void
         
        string
         }
      • or 
        { 
        void
         
        number
         }
      • or 
        { 
        void
         
        ...
         }
       
      col_type
      , 
      string
       
      col_label
       }
    • or 
      { 
      void
       
      ...
       }
    )
     
    cols
    , 
    list
    (
    list
    (
    Variant
    •    
      { 
      Variant
      •    
        { 
        string
         
        String
         }
      • or 
        { 
        int
         
        Int
         }
      • or 
        { 
        void
         
        ...
         }
       
      cell_val
       }
    • or 
      { 
      void
       
      ...
       }
    )
    )
     
    rows
    }
  • or 
    {
    void
     
    ...
    }
make_simple (
(
string
, 
string
)
 
labels
, 
list
(
(
string
, 
int
)
)
 
data)
Create a DataTable object from its labels and a (key, value) list

Comments

The browser you use is not supported by this application, probably because it lacks some critical features.
For a better experience, please consider using this application with a supported browser.