kkonkle
Newcomer
I have a grid I created that will have a series of 13 checkboxes and then information in the cells to the right of those checkboxes.
That is all set up and working, but to keep the checkbox columns a nice looking width I had to abbreviate the column headers down to one and two letters. It looks nice, but if you don't know what the headers are short for it is rather confusings.
I added tooltip popups for the checkbox columns, for easy reference, but my boss said another header row above the existing one that would help explain things would be helpful.
I've been googling for an hour and I found others who have posed this question, but noone ever received an answer.
So does anyone here know how to do this, or if it's possible or not?
Ideally I want a header row inserted above my existing header row, and I'd like some of the columns to span more than one column width.
Something that looks like this:
That is all set up and working, but to keep the checkbox columns a nice looking width I had to abbreviate the column headers down to one and two letters. It looks nice, but if you don't know what the headers are short for it is rather confusings.
I added tooltip popups for the checkbox columns, for easy reference, but my boss said another header row above the existing one that would help explain things would be helpful.
I've been googling for an hour and I found others who have posed this question, but noone ever received an answer.
So does anyone here know how to do this, or if it's possible or not?
Ideally I want a header row inserted above my existing header row, and I'd like some of the columns to span more than one column width.
Something that looks like this:
Code:
-------------------------------------------------------------
| Brokerage | Direct | Client Data | //Header Row 1
-------------------------------------------------------------
| A | B | C | D | E | AA | BB | CC | First Name | Last Name | //Header Row 2
-------------------------------------------------------------
| (Data rows) | //Data Rows Start Here