06-22-2008, 04:32 AM
[eluser]Dave Stewart[/eluser]
Hi All,
The table class is not quite fulfilling my expectations, as it's missing <thead> and <tbody> tags. This means I can't do cool stuff like sortable tables with jQuery, like this:
http://tablesorter.com/docs/#Demo
What would be the best way for me to fix this?
- Extend the table class?
- Copy the class, re-write it and place in the application/library folder?
- Something else?
I'm new to CI, so your help with best-practices is appreciated.
Thanks,
Dave
Hi All,
The table class is not quite fulfilling my expectations, as it's missing <thead> and <tbody> tags. This means I can't do cool stuff like sortable tables with jQuery, like this:
http://tablesorter.com/docs/#Demo
What would be the best way for me to fix this?
- Extend the table class?
- Copy the class, re-write it and place in the application/library folder?
- Something else?
I'm new to CI, so your help with best-practices is appreciated.
Thanks,
Dave