Skip to content

Commit e39a5e7

Browse files
committed
fixed bug in table with selected items, upd components for settings id
1 parent dea7570 commit e39a5e7

44 files changed

Lines changed: 294 additions & 188 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

__html__/table.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<title>Test Table - Metro UI :: Popular HTML, CSS and JS library</title>
99

1010
</head>
11-
<body class="m4-cloak" style="padding-top: 50px;">
11+
<body class="cloak">
1212
<nav data-role="appbar">
1313
<span class="app-bar-item">Table</span>
1414
<div class="app-bar-item no-hover">
@@ -22,7 +22,7 @@ <h1>Table test page</h1>
2222
<table class="table striped row-hover border responsive-md fixed-header"
2323
data-role="table"
2424
data-caption="Table caption"
25-
data-rows="50"
25+
data-rows="10"
2626
data-rows-steps="5, 10, 50, 100"
2727
data-show-activity="false"
2828
data-source="data/table.json"

0 commit comments

Comments
 (0)