0.5.5 • Published 1 year ago

mofron-comp-table v0.5.5

Weekly downloads
39
License
MIT
Repository
github
Last release
1 year ago

mofron-comp-table

mofron is module based frontend framework.

table component for mofron

Install

npm install mofron mofron-comp-table

Sample

<setting>
    <tag module="mofron-comp-table">Table</tag>
    <tag module="mofron-comp-text">Text</tag>
</setting>

<Table border=1 frame=box rowHeight=0.5rem>
    <column width="1rem">
        <Text>column1-1</Text>
        <Text>column1-2</Text>
    </column>
    <column width="2rem">
        <Text>column2-1</Text>
        <Text>column2-2</Text>
        <Text>column2-3</Text>
    </column>
    <column width="1.5rem">
        <Text>column3-1</Text>
    </column>
</Table>

<Table rules=rows rowHeight=0.8rem width=4rem>
    <row>
        <Text>row1-1</Text>
        <Text>row1-2</Text>
    </row>
    <row>
        <Text>row2-1</Text>
        <Text>row2-2</Text>
        <Text>row2-3</Text>
    </row>
    <row>
        <Text>row3-1</Text>
    </row>
</Table>

Parameter

ShortFormParameter NameTypeDescription
beforeRenderheadarrayhead contents list mofron.class.Component,..
undefined: call as getter
columnmixedmofron.class.Component: column contents
array: column contents list mofron.class.Component,..
undefined: call as getter
rowmixedmofron.class.Component: column contents
array: column contents list mofron.class.Component,..
undefined: call as getter
insertTypestringinsert type ("column","row")
undefined: call as getter
insertarraytable contents list mofron.class.Component,..
numberinsert index
undefined: insert at the end
deletenumberdelete index
countborderstring(size)border width
undefined: call as getter
framestringframe type "void", "above", "below", "hsides", "vsides", "lhs", "rhs", "box", "border"
rulesstringrule value "none", "groups", "rows", "cols", "all"
undefined: call as getter
widthstring (size)table size/column size
columnWidthstring(size)column width
heightstring(size)height size
rowHeightstring(size)row height
0.5.4

1 year ago

0.5.3

1 year ago

0.5.5

1 year ago

0.5.2

1 year ago

0.5.1

4 years ago

0.5.0

4 years ago

0.4.0

4 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.2

5 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago