Skip to content

Commit

Permalink
feat: class="template" template_id="id" replaced with template="id"
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Jan 2, 2023
1 parent 066bb46 commit 01cec56
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
7 changes: 3 additions & 4 deletions demo/current-location.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,8 @@
<th><h3>Document_id</h3></th>
</tr>
</thead>
<tbody class="template-wrapper"
fetch-collection="users"
fetch-name=""
<tbody fetch-collection="users"
filter-name=""
filter-value=""
fetch-limit=""

Expand All @@ -62,7 +61,7 @@
template_id="datatable"
pass_to="me1234">

<tr class="template border-bottom">
<tr template="datatable" class="border-bottom">
<td class="name"><h4 pass_id="me1234" name="name">No Name</h4></td>
<td ><h4 pass_id="me1234" name="currentLocation">corrds</h4></td>
<td ><h4 pass_id="me1234" name="_id">Document_id</h4></td>
Expand Down
5 changes: 2 additions & 3 deletions demo/fleet-tracking.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@
<th><h3>Document_id</h3></th>
</tr>
</thead>
<tbody class="template-wrapper"
fetch-collection="users"
<tbody fetch-collection="users"
fetch-name=""
filter-value=""
fetch-limit=""
Expand All @@ -62,7 +61,7 @@
template_id="datatable"
pass_to="me1234">

<tr class="template border-bottom">
<tr template="datatable" class="border-bottom">
<td class="name"><h4 pass_id="me1234" name="name">No Name</h4></td>
<td ><h4 pass_id="me1234" name="currentLocation">corrds</h4></td>
<td ><h4 pass_id="me1234" name="_id">Document_id</h4></td>
Expand Down

0 comments on commit 01cec56

Please sign in to comment.