Dataview plugin snippet showcase

You can use this CSS snippet to add lines to the rows of table view:

.table-view-table tr {
    border-bottom: 1px solid;
}

For something like this:

As opposed to this:

11 Likes