coffeybean
TTCTheo's Typesafe Cult
•Created by ForcedToCode on 2/20/2025 in #questions
Tanstack table
LMK if that works and if it makes any sense for your problem! 😁
8 replies
TTCTheo's Typesafe Cult
•Created by ForcedToCode on 2/20/2025 in #questions
Tanstack table
to not show a border on the last group, just exclude those column IDs from the list
8 replies
TTCTheo's Typesafe Cult
•Created by ForcedToCode on 2/20/2025 in #questions
Tanstack table
Okay I got it
8 replies
TTCTheo's Typesafe Cult
•Created by ForcedToCode on 2/20/2025 in #questions
Tanstack table
I would create an array of each column group and then check if each column is in that array in the column def. Then if that column is, then apply the right border you're looking for (as long as it's not the last column I'm assuming).
8 replies
TTCTheo's Typesafe Cult
•Created by ForcedToCode on 2/20/2025 in #questions
Tanstack table
If I'm understanding the question right, I don't think you can style directly on the column group.
8 replies