Welcome Guest, Not a member yet? Register   Sign In
Table heading bug?
#1

(This post was last modified: 02-11-2018, 04:05 PM by lokkook. Edit Reason: typos )

Hi,
I'm using CI 3.1.7, and trying to use properly the table library.
I am executing a request (typically a SELECT *), and use this line to output HTML :

PHP Code:
echo $this->table->generate($textes_last); 

It successfully prints a HTML tab, with my data, by the heading row is the first set of data, and not the column titles as I expect, and as the documentation describe it.

How can I use this library without having to use "set_heading()" manually ?

Thanks a lot for your help !
Reply


Messages In This Thread
Table heading bug? - by lokkook - 02-11-2018, 04:27 AM
RE: Table heading bug? - by dave friend - 02-12-2018, 08:49 AM
RE: Table heading bug? - by lokkook - 02-13-2018, 12:56 AM
RE: Table heading bug? - by php_rocs - 02-12-2018, 10:23 AM
RE: Table heading bug? - by lokkook - 02-13-2018, 12:59 AM
RE: Table heading bug? - by InsiteFX - 02-13-2018, 04:36 AM



Theme © iAndrew 2016 - Forum software by © MyBB