sticky table headers
parent
a4b857a869
commit
8aa249b794
|
|
@ -58,7 +58,7 @@
|
||||||
<div class="tabs-container">
|
<div class="tabs-container">
|
||||||
<div id="tab--workOrderTypes">
|
<div id="tab--workOrderTypes">
|
||||||
<h2 class="title is-4">Work Order Types</h2>
|
<h2 class="title is-4">Work Order Types</h2>
|
||||||
<table class="table is-striped is-hoverable">
|
<table class="table is-striped is-hoverable has-sticky-header">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Work Order Type</th>
|
<th>Work Order Type</th>
|
||||||
|
|
@ -88,7 +88,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="is-hidden" id="tab--workOrderMilestoneTypes">
|
<div class="is-hidden" id="tab--workOrderMilestoneTypes">
|
||||||
<h2 class="title is-4">Work Order Milestone Types</h2>
|
<h2 class="title is-4">Work Order Milestone Types</h2>
|
||||||
<table class="table is-striped is-hoverable">
|
<table class="table is-striped is-hoverable has-sticky-header">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Work Order Milestone Type</th>
|
<th>Work Order Milestone Type</th>
|
||||||
|
|
@ -118,7 +118,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="is-hidden" id="tab--lotStatuses">
|
<div class="is-hidden" id="tab--lotStatuses">
|
||||||
<h2 class="title is-4"><%= configFunctions.getProperty("aliases.lot") %> Statuses</h2>
|
<h2 class="title is-4"><%= configFunctions.getProperty("aliases.lot") %> Statuses</h2>
|
||||||
<table class="table is-striped is-hoverable">
|
<table class="table is-striped is-hoverable has-sticky-header">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th><%= configFunctions.getProperty("aliases.lot") %> Status</th>
|
<th><%= configFunctions.getProperty("aliases.lot") %> Status</th>
|
||||||
|
|
@ -148,7 +148,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="is-hidden" id="tab--lotOccupantTypes">
|
<div class="is-hidden" id="tab--lotOccupantTypes">
|
||||||
<h2 class="title is-4"><%= configFunctions.getProperty("aliases.lot") %> <%= configFunctions.getProperty("aliases.occupant") %> Types</h2>
|
<h2 class="title is-4"><%= configFunctions.getProperty("aliases.lot") %> <%= configFunctions.getProperty("aliases.occupant") %> Types</h2>
|
||||||
<table class="table is-striped is-hoverable">
|
<table class="table is-striped is-hoverable has-sticky-header">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th><%= configFunctions.getProperty("aliases.lot") %> <%= configFunctions.getProperty("aliases.occupant") %> Type</th>
|
<th><%= configFunctions.getProperty("aliases.lot") %> <%= configFunctions.getProperty("aliases.occupant") %> Type</th>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue