当我点击按钮并以模式淡入淡出的方式发送此信息时,我需要获取被点击的行数
我附上了这张图片
桌子的头是:
<table class="table table-hover table-sm">
<thead>
<tr>
<th scope="col">Da</th>
<th scope="col">A</th>
</tr>
</thead>
<?php for($i=0;$i<=$differenza;$i++){
echo form_open_multipart('users/modificaAzioniFormative');
?>
<tr>
<td><?php echo $personale_data_in;?></td>
<td><?php <button type="button" class="btn btn-secondary btn-sm" data-toggle="modal" data-target="#azioni_formative_libere">Libero</button></td>
</tr>
</table>
难吗?因为我疯了
你能回答我很多细节吗?
非常感谢
最好的问候