-2
私は以下のブートグリッドテーブルを使用しました。可能であれば、どうすればテキストを追加できますか? "New"最新のレコード、つまり行。私が見つけたbootgridテーブルの最新のレコードでテキストをどのように点滅させますか?
点滅テキストコードはここにある:Blinking text
表コード:
<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>
あなたの答えを含む質問にリンクしています...? –
いいえ、どこにこれを追加できますか?この場合、 'td'要素がbootgridテーブルに起因する可能性はありません。 –
これは、ブートグリッドテーブルにデータをロードする方法によって異なります。おそらくそのプラグインにはフックできるいくつかのイベントがあります –