How to use 'colspan' in table?
apphillipe opened this issue · 0 comments
apphillipe commented
I need to use 'colspan' to display two fields in the same header. I have not found in the documentation or source code a way to do this.
I solved setting an attribute in the header_attrs to not adding the column(header_row property on BaseTable) if it exists. Is this the way and is it worth a PR or is there another?