Problem 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
Problem 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-borderfor users to remove the border willingly. The prop should not remove border from the footer and header, there should another prop to achieve that, preferablyno-header-borderandno-footer-border