CodeIgniter Forums
Can DataTables be configured to accept dynamic column names? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: Can DataTables be configured to accept dynamic column names? (/showthread.php?tid=82654)



Can DataTables be configured to accept dynamic column names? - MichaelPrice - 08-04-2022

My goal is to create a generic table content script that will receive query results from any of my forms and transform the data into a DataTable, specifically with the functionality to derive column names directly from the data.

Is this possible?