column pinning have some styling bugs
See original GitHub issueI’m submitting a … (check one with “x”)
[x ] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request => Please do not submit support request here
Current behavior Showing your example for column pinning here http://swimlane.github.io/ngx-datatable/# in my opinion there is a style problem. The divider between City and State Header is not horizontal aligned with the divider in the rows.
Expected behavior I think the divider should be aligned.
Reproduction of the problem See the example in our demo page
Issue Analytics
- State:
- Created 7 years ago
- Comments:15 (1 by maintainers)
Top Results From Across the Web
Column Pinning - AG Grid
Below shows jumping to rows and columns via the API. Jumping to a pinned column makes no sense, as the pinned columns, by...
Read more >ag-grid with pinned column runneth over - Stack Overflow
Meet this bug too,and can't resolve it by "don't set css for height at all". But I found it related to the theme...
Read more >Data Grid - Column pinning - MUI X
They can be pinned either to the left or right side and cannot be reordered. To pin a column, there are a few...
Read more >Column Pinning Feature Guide - Material React Table Docs
Column pinning is a cool feature that lets users pin (freeze) columns to the left or right of the table. Pinned columns will...
Read more >Safari Technology Preview Release Notes - Apple Developer
Fixed a bug in style caching with container units (251268@main) ... come across an implementation bug in web technology, Web Inspector, or have...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Similar issue I am seeing is that when using bootstrap or dark theme, pinned columns don’t hide scrolled columns beneath like material theme does. You can see the issue by changing the theme on the pinning demo (http://swimlane.github.io/ngx-datatable/#pinning) using the dev console. If you change it to bootstrap, the middle columns scroll horizontally and you can still see them under the frozen columns
Also, the material striped theme loses the striping on the frozen columns:
It seems issue still occurs. Is there any solution based on CSS?