jquery-freeze-table | RWD Table with freezing head and columns for jQuery | Grid library
kandi X-RAY | jquery-freeze-table Summary
kandi X-RAY | jquery-freeze-table Summary
RWD Table with freezing head and columns for jQuery.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of jquery-freeze-table
jquery-freeze-table Key Features
jquery-freeze-table Examples and Code Snippets
Community Discussions
Trending Discussions on jquery-freeze-table
QUESTION
I made a HTML table in which the left column is frozen while scrolling through table. To achieve sticky column, I am using Freeze Table jQuery plugin. Everything is working good except one very weird padding issue of sticky column. Well I am not sure it is due to padding but it's my guess as I couldn't figure out what is causing it.
At normal view:
When table is scrolled:
Clearly you can see the sticky column (Post ID) is expanded below. Not sure what is wrong here.
Please try my code and find out to help me.
...ANSWER
Answered 2019-Dec-19 at 13:16The issue is because the table
is cloned by the scroll plugin and that clone does not have the same styles applied to it as the id
on the table
element is removed.
To fix this, just change the #customers_table
styling to also apply to the cloned table
within .clone-column-table-wrap
, like this:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install jquery-freeze-table
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page