====== Tables ====== Tables are simply and dont need any classes. Only for a responsive design, you should wrap your table within a ".table-responsive" class, to handle small screen overflow. ------- Example ------- - Reference Implementation: `Logging DApp `_ ::

{{ 'logging' | translate }}

{{ '_logging.click-to-log' | translate }}
{{ '_logging.timestamp' | translate }} {{ '_logging.level' | translate }} {{ '_logging.message' | translate }}
{{ log.timestamp | date:'long':'':translateService.translate.currentLang }} {{ log.level }} {{ log.message }}
------------ View Example ------------ .. image:: ../../images/angular-sass/table.png :width: 600