![]() |
display data in modal - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Development (https://forum.codeigniter.com/forumdisplay.php?fid=6) +--- Forum: CodeIgniter 3.x (https://forum.codeigniter.com/forumdisplay.php?fid=17) +--- Thread: display data in modal (/showthread.php?tid=79796) |
display data in modal - Tajar_Dobro - 07-27-2021 hi firends how can i display the data of one row in modal? the data in table are okay but they nort show up when i click on modal of a signe row RE: display data in modal - InsiteFX - 07-28-2021 This should help you. CRUD CodeIgniter 4 Tutorial with Bootstrap Modal (Complete Guide) RE: display data in modal - Tajar_Dobro - 07-28-2021 (07-28-2021, 02:55 AM)InsiteFX Wrote: This should help you. hi thank you for your reply the modal is loaded but displays only the data taken from the first row not the specific row that you select RE: display data in modal - ikesela - 07-28-2021 use javascript to load thru fetch, pass the row id in modal div |