[Feature Request] Prop to remove border for v-data-table row
See original GitHub issueProblem to solve
When using a v-data-table to render data, it comes with a default border at the top and bottom of each row. There should be an easy way for users to do away with these borders.
Proposed solution
Create a prop no-row-border
for users to remove the border willingly. The prop should not remove border from the footer and header, there should another prop to achieve that, preferably no-header-border
and no-footer-border
Issue Analytics
- State:
- Created 2 years ago
- Comments:11 (2 by maintainers)
Top Results From Across the Web
Using CSS to style data table to remove borders and change ...
I right-clicked on the table in Chrome and clicked "Inspect" to locate the styles you were trying to override. table.v-table tbody td {...
Read more >[Feature Request] Built-in design customization of data table ...
I have implemented a makeshift version of this by tweaking the v-datatable__expand-row class and creating a selected-row class that I toggle on ...
Read more >v-data-table API - Vuetify
Vuetify is a Material Design component framework for Vue.js. It aims to provide all the tools necessary to create beautiful content rich applications....
Read more ><tr>: The Table Row element - HTML - MDN Web Docs - Mozilla
The HTML element defines a row of cells in a table. The row's cells can then be established using a mix of (data...
Read more >Table | Quasar Framework
Dessert (100g serving) Calories Fat (g) Carbs (g) Protein (g) Sodium (mg) Ca...
Index: 4994 Cupcake 305 3.7 67 4.3 413 3%
Index: 4995 Gingerbread...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@holuborhee
@holuborhee thanks @KaelWD I have pointed the branch to this repo https://github.com/vuetifyjs/vuetify/pull/14593 please review the PR. As you have mentioned “We don’t recommend working on feature requests that haven’t been accepted yet as it may not be merged”. If you think the work I have done is good to go please merge or update me if you think the requested feature is not required.
I look forward to hearing from you soon.
Thanks