I'm implementing a ListGrid filter mechanism based on simple icon buttons displayed in header spans. Header spans seemed to be the easiest way I found to achieve the appropriate 1:1 alignment of buttons with table columns. If there's some other approach, I'm interested.
Since they're all 1:1 it doesn't make sense that in the field's context menu both the field and the header span appear so I'm looking for a way to only include one and not both. E.g., if I leave the header span's title or headerTitle to null or undefined, then I get the text "null" or "undefined" in the context menu.
Since they're all 1:1 it doesn't make sense that in the field's context menu both the field and the header span appear so I'm looking for a way to only include one and not both. E.g., if I leave the header span's title or headerTitle to null or undefined, then I get the text "null" or "undefined" in the context menu.
Comment