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 00f233c

Browse files
committed
comments added
1 parent 9bc0c2d commit 00f233c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎treeTable.html‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676
}
7777
]
7878

79+
// add more test data so that we will see the scrollbar
7980
for(var i=6; i<50; i++) {
8081
testData.push( {"id": i, "name": "name"+i, "value": Math.floor(100000 + Math.random() * 900000) } )
8182
}
@@ -88,6 +89,7 @@
8889
// or e.g.: scrollableTable.setTableHeight(500)
8990

9091
/** Event processing */
92+
// nestedIndex is an array which contains for every level an index
9193
$( document ).on("testDataEventType", function(event, nestedIndex) {
9294
console.log("NestedIndex: "+JSON.stringify(nestedIndex))
9395

0 commit comments

Comments
(0)

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