StartBootstrap / pro-feedback

11 stars 3 forks source link

DataTables in mobile view #60

Closed indev-at closed 1 year ago

indev-at commented 1 year ago

image

Datatables overflow out of the card.

Maybe this could be included in the next bugfix ;)

a quick solution would be:

.datatable-container {
    overflow-x: scroll;
}

image

davidtmiller commented 1 year ago

We did fix this up with the last update, so I will mark this as closed.