package atable

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

Module type Atable.ConfigSource

The signature of modules expected by the Make functor

Sourceval initial : t Option.t

The initial table

Sourceval table_id : string

The HTML id of the table

Sourceval add_row_button_id : string Option.t

The HTML id of the button to add a row

Sourceval add_col_button_id : string Option.t

The HTML id of the button to add a column

Sourceval rm_row_button_id : string Option.t

The HTML id of the button to remove a row

Sourceval rm_col_button_id : string Option.t

The HTML id of the button to remove a column

Sourceval reset_button_id : string Option.t

The HTML id of the button to reset the table to its initial value

Sourceval action_button_id : string Option.t

The HTML id of the button to run a user-defined action

Sourceval action_fun : (t -> unit) Option.t

The user-defined action which will be run with the action button

OCaml

Innovation. Community. Security.