Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 87f4142

Browse files
authored
Update README.md
1 parent 9bc0c2d commit 87f4142

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎README.md‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ The file [scrollableTable.js](/js/scrollableTable.js) creates a sortable and scr
55
## Features
66
* Table is scrollable
77
* Table columns can be sorted (See [jquery tablesorter](https://github.com/Mottie/tablesorter) which is used in here.)
8-
* Table hight will be adjusted when window size changes
8+
* Table height can be set statically or as functin which dynamically can adjust the height of the table. (See example in index.html)
99
* By clicking on a row an event is sent which can be caught for data processing. (Only single selected row is implemented.)
10+
* Table can also be used as tree table
1011

1112
## Example
1213
An example is implemented in [index.html](index.html). You can just clone/download this repository and run it. No other dependencies are needed.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /