Highlight first columns on page load
This commit is contained in:
@ -8,7 +8,7 @@
|
|||||||
<table class="table sortable-theme-bootstrap" data-sortable>
|
<table class="table sortable-theme-bootstrap" data-sortable>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th data-sortable="true">Email Service</th>
|
<th data-sorted="true" data-sorted-direction="descending">Email Provider</th>
|
||||||
<th data-sortable="false">Website</th>
|
<th data-sortable="false">Website</th>
|
||||||
<th data-sortable="true">Since</th>
|
<th data-sortable="true">Since</th>
|
||||||
<th data-sortable="true">Server</th>
|
<th data-sortable="true">Server</th>
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
<table class="table sortable-theme-bootstrap" data-sortable>
|
<table class="table sortable-theme-bootstrap" data-sortable>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th data-sortable="true">Sortable VPN Providers Table</th>
|
<th data-sorted="true" data-sorted-direction="descending">VPN Provider</th>
|
||||||
<th data-sortable="false">Website</th>
|
<th data-sortable="false">Website</th>
|
||||||
<th data-sortable="true">Yearly Price</th>
|
<th data-sortable="true">Yearly Price</th>
|
||||||
<th data-sortable="true">Free Trial</th>
|
<th data-sortable="true">Free Trial</th>
|
||||||
|
Reference in New Issue
Block a user