CodeIgniter Forums
Codeigniter and tables - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: Best Practices (https://forum.codeigniter.com/forumdisplay.php?fid=12)
+--- Thread: Codeigniter and tables (/showthread.php?tid=72060)



Codeigniter and tables - wishmaster - 10-31-2018

Hi, colleagues!

I am looking for a solution for storing tables and use it web site. I like approach is used in Wordpress: a module creates tables and you can insert this one as shortcode.

My CMS uses shortcodes as well, and I think that shortcode method is good for me. The complex place is in-place editing the table. As workaround for editing is just download table as CSV-file, edit them and upload again.

Any ideas?


RE: Codeigniter and tables - php_rocs - 10-31-2018

@wishmaster,

There are a few solutions that come to mind...
- Datatables (My favortie)
- jqGrid
- backgridjs