You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Another thing I noticed that would be a really nice feature is if dataTableColumns could be hidden depending on the screen size to let tables fit better on different screen sizes. Eg col-md="true" col-sm="false". not sure if that is possible?
The text was updated successfully, but these errors were encountered:
quick update: after reading the documentation more thoroughly i found the col-xx attributes on b:dataTable in version 1.0.2. this would be perfect to collapse the columns on smaller screen sizes. but it does not seem to work for me. i added col-sm="5" col-xs="3" but it seemed to mess up the table formatting. a b:well below the table mixed into the table and it did not collapse the table. i will investigate further and find out if it is my fault or if there is a problem.
Another thing I noticed that would be a really nice feature is if dataTableColumns could be hidden depending on the screen size to let tables fit better on different screen sizes. Eg col-md="true" col-sm="false". not sure if that is possible?
The text was updated successfully, but these errors were encountered: