We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16d7546 commit 3abbff5Copy full SHA for 3abbff5
README.md
@@ -223,8 +223,8 @@ Here is the basic html template for scrollable grid using the uiScrollTh and uiS
223
...
224
</TR>
225
</THEAD>
226
- <TBODY ui-scroll="item in datasource" adapter="adapter">
227
- <TR>
+ <TBODY>
+ <TR ui-scroll="item in datasource" adapter="adapter">
228
<TD ui-scroll-td class="col1">...</TD>
229
<TD ui-scroll-td class="col2">...</TD>
230
0 commit comments