An iTasks viewer for tabular data.
-
Copy
TableData.icl,TableData.dclandWebPublicto your project. -
import TableData
-
Use
viewAsTablelike in the exampleMain.iclsimpleData = [ [ 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