CodeIgniter Forums
helper to add a column with links in result array to be used in Table library - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=11)
+--- Thread: helper to add a column with links in result array to be used in Table library (/showthread.php?tid=83123)



helper to add a column with links in result array to be used in Table library - rafaelwendel - 09-22-2022

Hello everybody,

I don't know if this is the right place to share this information. And if not, I'll give my apologies here.

I was in need of a feature in CodeIgniter 4 that made it possible to add links in a result array to be used by the Table library.

As I couldn't find anything related, I then developed a helper (called "resultarray_helper") and made it available on my GitHub account. My goal is that this helper can help developers around the world.

Code and documentation can be accessed at: https://github.com/rafaelwendel/ci4_resultarray_helper

Contributions are welcome!