ColVis with UIKit not working
Link to test case: http://live.datatables.net/yuyafeto/1/edit?html,js,output Debugger code (debug.datatables.net): None Error messages shown: None Description of problem: The ColVis button shows up as...
View ArticleColvis Modal is empty
I am working with ASP.NET MVC. I tried to add the colvis but the modal is empty Page code : @Html.ActionLink("Create New", "Create") <style> div.dataTables_wrapper { width: 1080px; margin: 0...
View ArticleColVis Checkboxes Stack
Link to test case: http://live.datatables.net/tahivufu/2/edit Debugger code (debug.datatables.net): N/A Error messages shown: N/A Description of problem: The Column visibility dropdown does not display...
View ArticleAdd child row with ColVis
Hello, I am using the ColVis button to show/hide columns. As well I need to add child rows to certain rows. My problem: When adding the child rows, the hidden columns appear in the DOM. My problem in...
View ArticleAny Idea how to do adjust column filter value after refresh on respective...
I am using $(this).parent().index()+':visible' in search filter but when I am using colvis with that then If column is hidden then after refresh filter value referring its original position. for...
View ArticleHow to set "active" property of a extended columnVisibility button for...
I just want to ask if there is a way of dataTable way of this ? I have column visibility button group like the following (generated from the following php code, I think you can guess that what is like...
View ArticleIs there any way to close colvis by clicking on cross("X") button.
Now In current time when we used colvis we have to close that by clicking anywhere on the page but I want to close colvis by click on cross button which would be present on top right corner. Is there...
View ArticleDisplay issue with Colvis button
I'm having a display issue with the Colvis button following an upgrade. We updated our base DataTables library from 1.10.9 to 1.10.25, and the Buttons library from 1.2.1 to 1.7.1 Before the upgrade,...
View ArticleDisable colvis buttons
Hello all, I would like to disable toggle for some columns. I have found the a previous discussion on this matter (https://datatables.net/forums/discussion/51360/add-disabled-columns-to-colvis-buttons)...
View ArticleHow to use colVis and Editor inline edit mode ?
Link to test case: http://live.datatables.net/josesigo/2/edit Description of problem: Hello, I try to use the colVis extension and the editor with inline edit mode, in same time. This is an example of...
View ArticleColumn visibility and ColReorder to serverside as parameter
Hi, I want ask if for Datatables + Editor is some option how send on change of Column Visibility (https://datatables.net/extensions/buttons/examples/column_visibility/layout.html) and ColReorder...
View ArticleColvis and background change for specifc column
This test case uses the Buttons, Colvis and colReorder extentions: live.datatables.net/putarafo/1/edit There is a rowCallback which changes the background of the Age column based on a condition which...
View ArticleAdding Title attribute and button states to Colvis button options
Hi, We are using datatables in our application, and having difficulty adding "Title" attribute and button states to button options under primary Colvis button as shown in the attached image. Could you...
View Articlecolumn_visibility dropdown position under #id or at the end of body tag
demo: https://datatables.net/extensions/buttons/examples/column_visibility/simple.html Description of problem: in this latest version in demo, when you click on column visibility button, dropdown...
View Article2 Column Visibility buttons
Hi there I would like toggle visibility of columns where the columns are in 2 groups. Is it possible to have 2 column visibility buttons, where each button has a separate set of columns to toggle...
View Articlecolorcoded rows according same values in column
Hello, I am looking for a way to highlight rows with the same value in a specific column. The color should change with the value. During my search I found: createdRow: function( row, data, dataIndex){...
View ArticleTooltips/title for buttons in ColVis
Is there a way to set tooltips (title attribute) as with buttons.buttons.titleAttr for buttons inside the ColVis collection? test case with ColVis
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 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 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 Article