DataTable with column filter keep expanding when toggle filter
Greeting, I have a project list in my page, When I click on a project a DataTable with column filter in a dropdown list will be display. Its working but there's a slight bug in it. Whenever I filter...
View ArticleCan't select another row after ajax.reload
Hi. Using datatables with serverSide. I need to refresh current page, reading data from backend, and select specific row. var globalRowSelector = null; var testTable = $testtable.DataTable({ serverSide...
View ArticleAdding a total in the footer.
Hello Forums, I am using DataTables for the first time. I came to this problem where I need the sum of rows in the footer. I have tried the footer callback, but I can't make it work. Would you help...
View ArticlePrevent row deselection
Hello. I'm using DataTables with Select extension. select: {style: "single"} So user selects a row by clicking on it. I don't want the row to be deselected when user clicks on it again. Just do...
View ArticleDatatable not getting updated after edit
Hi, I am evaluating the datatable editor for my project and downloaded the trial version. My intention is to use it with REST services. I am able to invoke the rest service on edit and the rest service...
View Articlehow i save columns reordering state in data base? please explain allan.
how i save columns reordering state in database? how i sent column order in database???
View ArticleEXCEL file export need repairing in IE11
Hello sir, I just wanna ask why this error appears in IE11 and what's the possible solutions am I going to use. I have a screenshot provided of what is the error. I already searched for the possible...
View ArticleHow to show less than 10 rows??
Hello, I try to show 5 rows per page, but i can't. I try : pageLength: 5 lengthMenu: [[5, 10, 20, -1], [5, 10, 20, "Todos"]] but don´t work. I think that I need a extra function but I don´t know....
View ArticleShow/Hide rows on custom button click
It is possible 1. Only the selected rows will be shown on click. 2. Only Unselected rows will be shown on click.
View Articledatatable print not working chrome 61 version
datatable print not working chrome 61 version it working 60 version
View ArticleOrdering Data Column not working
I have a table that I want to sort by date, but it is not working. follow the code. ``` if ( $.fn.dataTable.isDataTable( '#tableabertos' ) ) { table = $('#tableabertos').DataTable(); table.destroy(); }...
View ArticleProblem with sorting dates DD/MM/YYYY
Hello there, i'm need some help with Date sorting. Cant sort date with DD/MM/YYYY mask. Table header: <table class="table table-striped table-responsive table-hover" id="apps" data-order='[[ 3,...
View ArticleScrollY: misaligned table headers with bootstrap
With ScrollY enabled, our table headers are misaligned (too narrow). We have multiple tables but only the first has correct alignment while the others do not. Clicking a table header (to sort by...
View ArticleHow export all data?
Hi i have buttons to export my tables, but my tables does not show all the data from datatables, i would like export all the fields including the info no showed on the tables,how can i do that?
View ArticleProblem with rendering a column
Hi I have a problem with rendering a column. I need to convert my string into integer: "columnDefs": [ { "targets": 5, "render": function ( data, type, row ) { return parseInt(data); } }], The code...
View ArticleError ColVis
I am automatically hiding field 5, 7 when I click to enable both the search field does not come together how to solve this? thank you My Code $(document).ready(function() { var advance =...
View ArticleTooltips on hyperlinked fields in table
I've created a DataTable which includes a column of 4-character identifiers for certain meteorological data collection stations. I have a database which includes a record for each individual station....
View ArticleCSV/PDF/xls not working table tools
I am using table tools 2.1.5. and datatable 1.9.4. Buttons are visible but it is not click able. I have seen a lots of reference, but not getting why. I m using jboss server. When doing rclick on...
View ArticleSupport for UIKit 3
Any plans to support UIKit 3 as a theme? Been using it for months even though it's "beta" and it's a very nice framework. I have it looking like the table options in 3 right now by CSS and jQuery Would...
View ArticleInput's width resizes - How to modify?
Hello, I've a table for which I'm using DataTable. This table has input fields inside each row. This is the current view of the table without DataTable: However, when DataTable is added: @section...
View Article