thien-do / moai

A React component library, where buttons look like buttons🗿
https://moai.thien.do
127 stars 26 forks source link

Table should support multiple-level headers #259

Open monodyle opened 3 years ago

monodyle commented 3 years ago

Hello, I want moai's table to have multiple headers (multiple thead andtbody). Please check this example below for the example

image

Reference: https://www.w3.org/WAI/tutorials/tables/multi-level/

thien-do commented 3 years ago

Yeah this seems like a valid use case to me.

However Moai's table is data table, so to support this maybe we need to use another API (you can see this in the Baseweb of Uber, they have 2 or 3 types of Table, we currently only have one)