CodeIgniter Forums
single page Master-Detail ( screenshot inside ) - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28)
+--- Forum: CodeIgniter 4 Support (https://forum.codeigniter.com/forumdisplay.php?fid=30)
+--- Thread: single page Master-Detail ( screenshot inside ) (/showthread.php?tid=82136)



single page Master-Detail ( screenshot inside ) - Ahmed Haroon - 06-15-2022

in an organization, a user showed me a Master-Detail screen, as per him it is created using CI4 by their vendor. can somebody help for How To's to achieve this working screen? please if possible, post a link to the guide as search results on google showed various links but nothing is like that " single screen Master-Detail " the Detail sections can have multiple records ( here in this screen is a limit of 10 rows to add, but i think this type of limit is not appropriate ) 
screenshot:

regards
[Image: CI4-Master-Detail.jpg]


RE: single page Master-Detail ( screenshot inside ) - InsiteFX - 06-16-2022

Most users here use DataTables a jQuery plugin.

DataTables

Example of a DataTables Master Detail:

Example: Master and detail tables


RE: single page Master-Detail ( screenshot inside ) - Ahmed Haroon - 06-16-2022

@InsiteFX
thanks, will check 2nd link... 
regards