FixedColumns showing Double Borders
Hello, I have been dealing with the Foxed Columns for quite a long time. Honestly, they have taken much of my time... As I have implemented them along with bootstrap 3, now the fixed columns tend to...
View ArticleFixedColumns 'anCells' error when combined with RowGroup
When FixedColumns and RowGroup are both enabled, there is an error that comes from FixedColumns code: Uncaught TypeError: Cannot read properties of undefined (reading 'anCells') There have been posts...
View ArticleFixedColumns 4.0 & frozen right columns - spacing issue, scrolling header and...
I see FC 4.0 was just released, you guys rock! It looks like the latest version results in slightly different behavior for the header of fixed columns on the right. In v3.3.3, right-fixed column...
View ArticleFC 4.0 issues with hidden columns
Thanks for the replies with the other threads regarding FC 4.0. I have found another issue. With FC 4.0, if there is a hidden column that is frozen on the left, the right frozen columns get very wonky....
View ArticleFC 4.0 with more than 1 column fixed
Hi, i'm using DT for my personal job (btw amazing job from all of you ) and i am updating our plugins (so FC 4.0 is a part of it). We are paging every table in our apps. I saw that when i am fixing...
View ArticleError with FixedColumns Rigth and visible column
Hello, I have found a problem in the library itself that I don't know how to solve it. The problem is that when a fixed column is applied to the right, and a column before it (more to the left) is...
View ArticleFixed columns do not work properly with search
https://datatables.net/extensions/fixedcolumns/examples/initialisation/two_columns.html If you try search for 'Sa' the first row in table remains in the results and the 2 left fixed columns stay fixed...
View Articlecolvis + fixed columns overlap issue
Link to test case: http://live.datatables.net/xirefiko/2/edit Debugger code (debug.datatables.net): Error messages shown: Description of problem: If we turn off the visibility of the middle columns of...
View ArticleFixedColumn bug in multiple Footer rows
Hello, I have found a bug with FixedColumns when the table has two or more footer rows. In this case, datatables only fixes the footer's first row's column when I do horizontal scroll. Also, the tfoot...
View Articleno queda anclada la columna en el body fixedColumns cuando uso ajax
Tengo el problema cuando quiero mostrar la columna derecha anclada, solo queda anclada la cabecera de la datatabla mas no la columna del body, pero esto pasa cuando uso ajax dentro del script, pero si...
View ArticleLeft border is missing on right-fixed columns
When there are right-fixed columns with bootstrap 5 styling, the left border of the left-most right-fixed column is missing. https://jsfiddle.net/polshgiant/dtm4793g/ Thanks for any help.
View ArticleFooter + colspan issue
When using fixed columns and the footer has a colspan, the footer starts rendering at the 2nd column. https://jsfiddle.net/polshgiant/dtm4793g/
View ArticleUpdateing FixedColumns from 3.3.3 to 4.0.1 gives FixedColumns().update():...
When I update FixedColumns form 3.3.3 to 4.0.1 or to 4.0.0 the function FixedColumns().update() does not exist anymore. Going back to 3.3.3 and all works fine again. codeline:...
View ArticleLast fixed column is shifting to cover previous fixed columns (Version 4.0.1)
There appears to be an issue with the "left" styling so that the last fixed column will overlap all previous fixed columns. While putting together the test case, I discovered that it might be related...
View Articlebackground color disappears after short flash
When including the Fixed Columns with Bootstrap 4 the row background colors disappear. On inspecting in Chrome Dev Tools the correct BG color shows, but is not displayed. Even a style attribute inside...
View ArticleDoes fixedcolums work on IOS?
Hello all, Does fixedcolumns work on IOS? I can not get it to work. The same code works fine on windows and android. Ludde
View ArticleContent is not aligned properly
My edit column is not aligned properly. It is not aligned to the rightmost part of the table. It ruins the layout. How can I make it aligned. $(document).ready(function () {...
View ArticleSaveState and FixedColumns
Savestate isn't saving the number of saved columns. Attempting to call .left() in the initComplete event results in the error "Cannot read properties of undefined (reading 'fixedColumns')" fiddle:...
View ArticleFixedColumns not working with AJAX source and disabled serverSide
Hi, we are using AJAX source with disabled serverSide processing (so the search filtering and sorting remains fully on client). With this setting the fixedColumns is not working. As soon as we set...
View ArticleCannot find Type defination file for datatables.net
In my VS 2019 unde my project I installed datatables.net-fixedheader nuget package after installation i complied and its throwing the below error. Is this related to any Jquery version? Current JQuery...
View Article