Skip to content

Commit

Permalink
update demo css
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Jun 12, 2024
1 parent 6f91e37 commit d835c60
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions demo/call-log.html
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
template_id="datatable"
placeholder="Status" />
<span
class="position:absolute bottom:20px right:20px float:right z-index:6">
class="position:absolute bottom:22px right:20px float:right z-index:6">
<!-- need a solution to update toggle value="desc|asc" and define and upadte icons... show hide works great but to much html and orderby only has 2 values -->
<a
filter-sort-key="name"
Expand All @@ -206,7 +206,7 @@
template_id="datatable"
placeholder="CallStatus" />
<span
class="position:absolute bottom:20px right:20px float:right z-index:6">
class="position:absolute bottom:22px right:20px float:right z-index:6">
<a
filter-sort-key="_id"
value=""
Expand All @@ -226,7 +226,7 @@
template_id="datatable"
placeholder="direction" />
<span
class="position:absolute bottom:20px right:20px float:right z-index:6">
class="position:absolute bottom:22px right:20px float:right z-index:6">
<a
filter-sort-key="_id"
value=""
Expand All @@ -246,7 +246,7 @@
template_id="datatable"
placeholder="duration" />
<span
class="position:absolute bottom:20px right:20px float:right z-index:6">
class="position:absolute bottom:22px right:20px float:right z-index:6">
<a
filter-sort-key="_id"
value=""
Expand All @@ -266,7 +266,7 @@
template_id="datatable"
placeholder="CallSid" />
<span
class="position:absolute bottom:20px right:20px float:right z-index:6">
class="position:absolute bottom:22px right:20px float:right z-index:6">
<a
filter-sort-key="_id"
value=""
Expand Down

0 comments on commit d835c60

Please sign in to comment.