Columns().Visible() Function Terribly Slow with Large Tables
Hi again. With tables of many columns, the visible() function can become terribly slow, even when redrawCalc option is set to false. Ref: columns().visible(). This code line hides all columns with...
View ArticleColVis + Column Searching
Reviving this https://datatables.net/forums/discussion/comment/14385/#Comment_14385 No examples of this here https://datatables.net/extensions/colvis/examples Or here...
View ArticleHow do you control the width of colvis columns?
We have colvis working both the Column Visibiliity select dropdown menu and custom buttons where you click on a button and it only shows the fields you associate with that button. In this example I set...
View ArticleColvis with server-side stateSaveCallback() is broken
Minimal test case: http://live.datatables.net/jebacowu/5/edit During init, the visible parameters are submitted as strings (see console). When changing the visibility of a single column, the visible...
View ArticleDynamically change names in ColVis - Reinit
Regarding this topic: https://datatables.net/forums/discussion/31748/dynamic-column-names-in-colvis-buttons There is a solution to change the text of one line manually. But as in the topic meant, how...
View ArticleColVis Modal will not appear as desired (collectionLayout)
I am not a developer and very much a copy and paste coder. Using tutorials to my best advantage, tweaking them to do what I require. I've looked at all the Datatables examples and got this far,...
View ArticleMulti-column layout for five columns
How can I saw the five or six column on Multi-Column Layout option. This is working awesome till four colum option. If I use five-column then it will display in one column...
View Article_adjustColspan() Bug with rowGroup + endRender for multiple column calcs.
Hello, good morning, I just had this problem and I want to know if it is a real bug or if I can omit the _adjustColspan() so as not to force the tds created in endRender to have colspans. I control the...
View ArticleExport excel format error - Rebuild Table after colvis filter
I have a problem with colvis when exporting a formated table to excel after filtering with colvis. I tryied to get the column by number, so after this don't work, I tryied to get target name of column...
View ArticleExport excel format error - Rebuild Table after colvis filter
I have a problem with colvis when exporting a formated table to excel after filtering with colvis. I tryied to get the column by number, so after this don't work, I tryied to get target name of column...
View ArticleWhen I set a column to "noVis" it does not get applied until after a column...
Link to test case: Debugger code (debug.datatables.net): ixubat Error messages shown: Description of problem: On initial page load the first column should not be in the column visibility list, as it is...
View ArticlecolVis not works
Hello, I've been trying for over an hour but I can't implement colVis in my code. I've tried a lot of libraries but nothing comes out. This is my HTML: <link rel="stylesheet" type="text/css"...
View ArticleHide some column by default and re-display when required
Hi, I have table with select filter, sorting, search and paging. My requirement is to hide certain columns by default and re-display when required using colvs. Tried with following logic, it hides...
View ArticleHiding a column sets colspan of each cell in the end grouping to max columns
Test case: http://live.datatables.net/rifigame/1/edit?html,js,output When I use both the column visibility option and row grouping in a table and I hide a column it immediately sets the colspan of each...
View ArticleCustom button, get data
Description of problem: i create a custom button, with export options visible, and how to get data from selected columns, in the customize function ? Tanks
View ArticlePossible bug in ColVis button
Just curious if anyone else has reported this. It's not huge for me as I can keep using the older version, but it's always nice to ensure all libs are on their latest versions to ensure compatibility....
View ArticleColReorder freeze on ColVis-2.2.2
2022-Jan-29 I downlaod current version of datatable as link below. <link rel="stylesheet" type="text/css"...
View ArticleHow to use Complex header in column visibility ( Toggle) buttons using...
Hello.. I would like to use column visibility toggle buttons for few columns. I used complex header and each header have same named sub columns. I want to make toggle button with the name of complex...
View ArticleUpdate column for print when using colvis
Hello, I am using Colvis to show and hide columns, it works well but when I want to print or export the datable the columns are not updated. I have tried to add a variable at the beginning of my code...
View ArticleSorry guys, I have a problem. how to get an id value from a column so i can...
var table = $('#relasiKeluarga').DataTable({ "ajax": "http://pintas_simulasi_3.test/api/relasi_keluargas", "columns": [{ //defaultContent: '<input type="button" class="name"...
View Article