13 Nov
2007
13 Nov
'07
2:58 a.m.
On Nov 13, 2007 12:30 PM, Khalid Baheyeldin <kb@2bits.com> wrote:
OK, I really have to ask... am I the only one who actually likes theme_table()? ;-)
I don't like it, but I don't hate it either. I guess it is OK for me.
Perhaps use cases on why it is unwieldy?
theme_table is not so much the problem - it's just theming a table. The problem usually is extending the dataset prior to theming. The typical solution is "override the theme_table function and you can add columns there" - but thus ends the separation of form and function.