Skip to content

Commit 01eaa40

Browse files
committed
Add some line breaks to readme
1 parent 0954a64 commit 01eaa40

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Table/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Copyright (c) by MaKleSoft
33
This code is provided "as is", without any kind of warranty.
44
http://www.maklesoft.com
55

6-
## Table
6+
## maklesoft.Table
77
The table kind allows to generate any kind of tabular layout using Repeater-like event-based cell rendering. For example the enyo code
88

99
{
@@ -28,6 +28,8 @@ You can also fill the cells with any kind of enyo control. For example:
2828
return {kind: "Input", value: "cell " + rowIndex + "," + colIndex};
2929
}
3030

31-
## DataTable
31+
## maklesoft.DataTable
3232

33-
A control that is designed to display and/or collect tabular data. This implementation uses the maklesoft.Table kind for displaying the data. Aside from editing cells and deleting and adding rows and columns this control also supports various selection modes and dynamical styling of cells. For more info see the source doku. An example can be found in the DataTableExample kind.
33+
A control that is designed to display and/or collect tabular data. This implementation uses the maklesoft.Table kind for displaying the data.
34+
Aside from editing cells and deleting and adding rows and columns this control also supports various selection modes and dynamical styling of
35+
cells. For more info see the source doku. An example can be found in the DataTableExample kind.

0 commit comments

Comments
 (0)