An iTasks viewer for tabular data.
-
Copy
TableData.icl
,TableData.dcl
andWebPublic
to your project. -
import TableData
-
Use
viewAsTable
like in the exampleMain.icl
simpleData = [ [ 10, 20, 30 ] , [ 11, 21, 31 ] , [ 12, 22, 32 ] , [ 13, 23, 33 ] ] main = viewAsTable "simple table" simpleData Start world = startEngine main world
-
To customize table style, modify
WebPublic/css/customTable.css