jquery-freeze-table icon indicating copy to clipboard operation
jquery-freeze-table copied to clipboard

指定table表格高度,假如第一列固定,会出现以下问题

Open data2 opened this issue 1 year ago • 2 comments

屏幕快照 2023-12-10 下午11 00 57

data2 avatar Dec 10 '23 15:12 data2

Hi @data2 ,

In that case, you could use scrollable options like:

<div class="table-scrollable" style="height: 200px;">
  <table...

<script>
$(".table-scrollable").freezeTable({
  'scrollable': true,
});

Cheers

yidas avatar Dec 11 '23 07:12 yidas

sounds good, iwill try later.

data2 avatar Dec 14 '23 03:12 data2