I have a tabledata that exported into pdf. Im using Fpdf and Codeigniter.
First my fpdf works good, and i can export it.
I need to make this table into 2 column, its hard to find the doc about it
but i can make it to like this one
This is my code
But I want like this one
|no|name| |no|name |
|-----------|--------|
| 1| txt| | 6 | txt|
| 2| txt| | 7 | txt|
| 3| txt| | 8 | txt|
| 4| txt| | 9 | txt|
| 5| txt| | 10| txt|
Can somebody help me?
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…