Welcome Guest, Not a member yet? Register   Sign In
Custom heading in HTML Table Class
#1

How to achieve something like this in pure html


Code:
<th scope="col" class="text-center">Options</th>
<th scope="col" class="text-center">Deadline</th>
<th scope="col">Topic</th>


As you see last line is different from first two lines. I know there is setHeading(), but dont know how to "custom" one heading with HTML Table Class.
Reply
#2

See https://github.com/codeigniter4/CodeIgni...t.php#L109
Reply
#3

(06-05-2024, 04:44 PM)kenjis Wrote: See https://github.com/codeigniter4/CodeIgni...t.php#L109

Now I got it. In documentation solution is the same as for addRow() - "set an individual cell’s tag attribute" here

I think this explenation shoudl be writed for every setHeading(), setFooting(), addRow().

Thanks very much.
Reply




Theme © iAndrew 2016 - Forum software by © MyBB