Module

Handsontable.Types

Package
purescript-handsontable
Repository
themoritz/purescript-handsontable

#HOT Source

data HOT :: Effect

#Handsontable Source

#CellEditor Source

#MaybeNull Source

data MaybeNull :: Type -> Type

#Options Source

type Options d r = { data :: DataTable d | r }

#DataTable Source

type DataTable d = Array (Array d)

#Coords Source

type Coords = { col :: Int, row :: Int }

#Change Source

type Change d = { col :: Int, new :: d, old :: Maybe d, row :: Int }