I have used bootgrid table which is below. I was wondering if possible, how can I add text e.g. "New" in latest record i.e. row.
Blinking text code I found is here: Blinking text
Table code:
<table id="employee_grid" id="box-table-a" cellspacing="0" width="100%" class="table table-bordered table-hover" style="border-radius:10px; overflow: hidden">
<thead class="thead-inverse" align="center">
<tr style="background-color:#20B2AA" style="color:red" class="border_bottom">
<th data-column-id="id" data-order="desc" data-type="numeric" data-identifier="true">Sr.No.</th>
<th data-column-id="date">Test Date</th>
<th data-column-id="version">[![enter image description here][2]][2]Version</th>
<th data-column-id="test_type">Test Type</th>
<th data-column-id="tester">Tester</th>
<th data-column-id="step1">step1</th>
<th data-column-id="step2">step2</th>
<th data-column-id="step3">step3</th>
<th data-column-id="commands" data-formatter="commands" data-sortable="false">Commands</th>
</tr>
</thead>