Is it possible to create a custom renderer for a column's header-title? Or should it be implemented differently?
I wan't to create a table within a columns title instead of the text-title. I know it might sound weird... but the advanced nature of Ext makes me feel like going all the way.... :lol:
I wan't to create a table within a columns title instead of the text-title. I know it might sound weird... but the advanced nature of Ext makes me feel like going all the way.... :lol:

#2
![]() |
![]() Since the header is only renderer once and has no variables, a renderer wouldn't be needed. You should be able to just pass whatever html you want into the title. Just make sure it doesn't have conflicting classes.
![]() ![]() |
#3
![]() |
![]() Thanks Jack. I'll try...
![]() |