The communications platform that puts data protection first.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Rocket.Chat/packages/rocketchat-ui/client/components/table.html

13 lines
318 B

<template name="table">
<div class="table-wrapper">
<div class="table-content-wrapper">
<div class="table-content">
<div class="table-scroll">
<table class="rc-table {{#if fixed}}rc-table--fixed{{/if}}">
{{> Template.contentBlock}}
</table>
</div>
</div>
</div>
</div>
</template>