Grid Box borders

I am looking to add some border formatting to a Grid Box but I’m not sure what kind of styling rules to create.

What kind of rules would I need to add a border around a Grid Box, a Grid Box Row, and a Grid Cell?

Hello @wwnjj13

Could you clarify which component you are talking about? GridLayout or DataGrid?

Regards,
Daniil.

Sorry for not rereading my question. I meant GridLayout.

To style GridLayout you can use two following CSS selectors:

  • v-gridlayout - component itself (outside border)
  • v-gridlayout-slot - cells (inner borders)

Regards,
Daniil.