Skip to content

Commit

Permalink
Added short entry about tables; #1509
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMaaarc committed Oct 5, 2017
1 parent 3d0dc70 commit 3de5231
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/guide/app-admin-styles.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,23 @@ In order to build
</div>
```

## Tables

You can use all the classes provided by bootstrap: https://getbootstrap.com/docs/4.0/content/tables/.

### Responsive tables

In addition to the bootstrap `table-responsive` version we have a wrapper to improve the overall behaviour of tables on mobile.
You can use the wrapper as following:

```html
<div class="table-responsive-wrapper">
<table class="table ..."></table>
</div>
```

In this case you don't have to add the `table-responsive` class to the table.

## General Colors (in progress)


Expand Down

0 comments on commit 3de5231

Please sign in to comment.