Skip to content

Instantly share code, notes, and snippets.

View trecouvr's full-sized avatar

Thomas Recouvreux trecouvr

View GitHub Profile
@trecouvr
trecouvr / main.opa
Created November 9, 2011 22:29
CTable demo
import stdlib.widgets.core
import stdlib.components.table
import stdlib.interactions.editable
type table.value = int
type key_row = int
type key_col = int
onready() =
row_to_string(row) = "{row}"
@trecouvr
trecouvr / main.opa
Created November 9, 2011 22:27
CSimpleTable Demo
import stdlib.core.web.resource
import stdlib.core
import stdlib.components.simpletable
import stdlib.widgets.core
type row = {red:int}
/ {blue:string}