I just saw the method in the documentation and figured that if i'm using render(), that I could use render_divs() and it would render it with divs rather than table format. I know that I can set the render_format to divs when loading the class, but I just figured that if I didn't do it that way, i'd be able to just call render_divs() rather than render(). Is this not the case?
Comments