Skip to content

Library for generating customizable tables with iTasks

License

Notifications You must be signed in to change notification settings

mklinik/iTasks-htmlTable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TableData

An iTasks viewer for tabular data.

How to use

  • Copy TableData.icl, TableData.dcl and WebPublic to your project.

  • import TableData

  • Use viewAsTable like in the example Main.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

About

Library for generating customizable tables with iTasks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published