Is there any good and light jQuery plugin out there make Scrollable Tables.
I got one at http://www.webtoolkit.info/scrollable-html-table-plugin-for-jquery.html but that won’t working non-IE and non-FF browsers.
Thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you’re looking for light code, skip the jQuery altogether and use pure HTML/CSS:
The key is in setting the overflow CSS in tbody, so as to make that part scrollable (but not the entire table). You’ll also need to set the height, so you can define how tall the scrollable section should be.