|
|
|
ปุ่ม popup แสดง detail จาก Mysql แค่ของคนแรกทั้งหมดรวมทั้งชื่ออื่นด้วย |
|
|
|
|
|
|
|
คุณกำหนด static ID ให้กับ modal และ button ตอนลูป content จึงเป็นการเขียนทับตามจำนวน row
ุ้ถ้าอยากแสดงครบทุก row ต้องกำหนดเป็ํน dynamic ID
ตัวอย่าง dynamic id
button ID
<a href="" class="text-white" data-toggle="modal" data-target="#modalDetail<?= $row['id'] ?>"><i class="fa fa-envelope pr-2" aria-hidden="true"></i>detail</a>
modal ID
<div class="modal fade" id="modalDetail<?= $row['id'] ?>" tabindex="-1" role="dialog" aria-labelledby="myModalLabel"
aria-hidden="true">
<!-- modal code -->
</div>
|
|
|
|
|
Date :
2022-09-28 12:15:09 |
By :
009 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ยังไม่ได้เหมือนเดิมครับ
|
|
|
|
|
Date :
2022-09-29 08:45:30 |
By :
Lustata |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code ที่เขียนมันไม่ได้ Dynamic ตามที่เลือก
ศึกษา
Backend APIs: Ajax, fetch, axios, node, etc, ...
Front End: ECMA, Javascript, jQuery, Vue, React, etc, ...
|
|
|
|
|
Date :
2022-09-29 09:02:11 |
By :
Guest |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 01
|