Skip to content

NoodlJesper/noodl-table-module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

noodl-table-module

Simple table module for Noodl

This module adds new nodes that corresponds to table, thead, tbody, tr and th/td. Use the CSS node to style the table specific elements.

Note: You need to use this css in a Css node in order to get correct sizing of child nodes and table rows.

th > div, td > div {
    position: static !important;
}

About

Simple module for building tables in Noodl.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published