Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
data2 opened this issue Dec 10, 2023 · 2 comments
Open

Comments

@data2
Copy link

data2 commented Dec 10, 2023

屏幕快照 2023-12-10 下午11 00 57
@yidas
Copy link
Owner

yidas commented Dec 11, 2023

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

@data2
Copy link
Author

data2 commented Dec 14, 2023

sounds good, iwill try later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants