package bonsai

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

There are a few ways to specify the columns on a partial render, table, and they each have their own tradeoffs and capibilities. You can not mix-and-match column kinds. Read the doc comments for each of the submodules to learn more.

type ('key, 'data) t
type ('key, 'data) columns := ('key, 'data) t
module Dynamic_cells : sig ... end

Dynamic_cells is a column-specification format with the following tradeoffs:

module Dynamic_columns : sig ... end
OCaml

Innovation. Community. Security.