Skip to content

Instantly share code, notes, and snippets.

<template>
<div id="datagrid-template" class="ui segment auto-overflow" :class="{ 'loading': loading }">
<table id="{{ id }}" class="table table-hover table-condensed table-ultra-condensed datagrid no-margin">
<thead>
<tr>
<th class="datagrid-toggle-column" v-if="allowSelection">
<div class="checkbox check-success no-margin">
<input type="checkbox" id="allrows" name="allrows" v-model="selectAll">
<label for="allrows" class="no-margin"></label>
</div>