solid-virtual-container icon indicating copy to clipboard operation
solid-virtual-container copied to clipboard

Grid headers

Open SupertigerDev opened this issue 2 years ago • 0 comments

I'm making an emoji picker. I have an array like this:

[
   {headerName: 'Flags'},
   {emoji: 'eu_flag'},
   {emoji: 'us_flag'},
   {headerName: 'Faces'},
   {emoji: 'joy'},
   ...
]

Is there anyway to add headers to this grid?

SupertigerDev avatar Feb 15 '23 15:02 SupertigerDev