Closed jocelimjr2000 closed 4 months ago
Is it possible to create a customization for TFOOT columns?
<tfoot v-if="props.cloneHeaderInFooter" :class="{ 'bh-sticky bh-bottom-0': props.stickyHeader }"> <column-header :all="props" :currentSortColumn="currentSortColumn" :currentSortDirection="currentSortDirection" :isOpenFilter="isOpenFilter" :isFooter="true" :checkAll="selectedAll" @selectAll="selectAll" @sortChange="sortChange" @filterChange="filterChange" @toggleFilterMenu="toggleFilterMenu" /> </tfoot>
Hi,
No, it will be remains same as like as headers.
Is it possible to create a customization for TFOOT columns?