commit before removing select2 dsp dropdown

This commit is contained in:
Wappler 2025-01-08 16:46:11 -06:00
parent 4396621b47
commit a554777402
1 changed files with 2 additions and 0 deletions

View File

@ -242,6 +242,7 @@
<th>License No.</th> <th>License No.</th>
<th>Issue State</th> <th>Issue State</th>
<th>Trainer Login</th> <th>Trainer Login</th>
<th>Company</th>
</tr> </tr>
</thead> </thead>
<tbody is="dmx-repeat" dmx-generator="bs5table" id="tableRepeat4" dmx-bind:repeat="data_view1.data"> <tbody is="dmx-repeat" dmx-generator="bs5table" id="tableRepeat4" dmx-bind:repeat="data_view1.data">
@ -250,6 +251,7 @@
<td dmx-text="db_licenseNumber"></td> <td dmx-text="db_licenseNumber"></td>
<td dmx-text="db_state"></td> <td dmx-text="db_state"></td>
<td dmx-text="data_view1.data[0].db_trainerSelected"></td> <td dmx-text="data_view1.data[0].db_trainerSelected"></td>
<td dmx-text="data_view1.data[0].dspShortCode"></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>