package atable

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Atable.MakeSource

The Make functor

Parameters

module Config : Config

Signature

Sourceval init : unit -> unit

The function to initialize the table, must be called once the page is loaded

Sourceval get_content : unit -> t

Return the current content of the table

Sourceval dim : unit -> int * int

Return the current dimensions of the table

Sourceval add_col : unit -> unit

Add an empty column to the table

Sourceval add_row : unit -> unit

Add an empty row to the table

Sourceval rm_col : unit -> unit

Remove a column to the table

Sourceval rm_row : unit -> unit

Remove a row to the table

Sourceval reset : unit -> unit

Reset the table to its initial value

OCaml

Innovation. Community. Security.