Pagination controls are not in boxes - CSS problem?
Not good with CSS or HTML in general. My DataTables with TableTools internal installation is working well except the pagination text and numbers are not rendered in boxes. Normal placement bottom right...
View ArticleChange dataTables.js to Fix server side dt type DT_RowAttr
In Function function _fnRowAttributes( row ) Append the instruction to fix the gap: if ( data.DT_RowAttr ) $.each( data.DT_RowAttr, function( key, value ) { $(tr).attr( key, value ); });
View ArticleDatatables In Vertical Format
Is it possible to flip the datatable OR the export so that the headers appear on the left side and data on the right. For example if I had a table - Name, Age , Address, it would be like : Name...
View ArticleDataTables with ColReorder - data are not ordered by the right column
The indication problem (jQueryUI) is solved in DataTables 1.10.4 and ColReorder 1.1.2, but when I change the column order the data are not ordered by the right column. Referring to:...
View ArticleoSettings.aoData[iRow] is undefined
Hello, I use jquery dataTables version 1.9.4. I have a dataTable with grouping and I display the row count of each group. This is the code causing the error: $(document).ready(function() {...
View Articleresponsive expand icon not working
In one of my datatables the responsive expand icon appears but does nothing when clicked? There is no error in the console either. I have it working in another table and the only differences I can see...
View ArticleNo search box and css not completely shown.
Hi All, on some pages i have succesfully used datatables, but on another it seems to be impossible to get it right. The header of table doesnt show the 'items per page' and 'search' boxes. Also, i...
View ArticleHello... I got confused...
In my table, the class="display" is only applied to the first column... And I don't know why... I mean the stripes, the hover is only applied to the first column. I had this code. HTML: < table...
View ArticleAdding an empty row (at the left) ...
Hi All, I hope smb can help ... Struggling with this for a couple of hrs now ... I'm trying to add an empty column to the left of a datatable ... (later on ... an "edit" button will be placed in this...
View ArticleUnable to load my JSON data into datatables using ajax
I am receiving following json data in my ajax code. I am trying to add the received data into datatables but they are not getting inserted into tables. My received data is: [ { "rowNumber": 1,...
View ArticleAny way to refresh the webpage when error is triggered?
I keep on receiving error: "DataTables warning:table id=maintable - Requested unknown paramter '8' for row 193. For more information about this error, please se http://datatables.net/tn/4" whenever the...
View ArticleExport data using DataTables issues
I try to save data in a table into VSC, and (hopefully later into DPF). I use code from the example: $(document).ready(function() { $('#table').DataTable( { dom: 'T<"clear">lfrtip', tableTools: {...
View ArticleHow style data table dropdown arrow ?
I have tried to overide the default dropdown arrow of datatable with CSS. However, javascript override the css.
View ArticleJSON object names
Hi, I have a little different json file than in examples I found. I would like to display this data in format like: row# | path | id |status row1 | parent1/table121 | 163 | 0 row2 | parent2/table454 |...
View ArticleList name of object from JSON file
Hi, I have a little different json file than in examples I found. I would like to display this data in format like: row# | path | id |status row1 | parent1/table121 | 163 | 0 row2 | parent2/table454 |...
View ArticleExample on Operating with two tables
I have a requirement to work on two tables - to copy data from one table to another and vice-versa. Assume that I have an example of Source and Target countries with their capital city. I would like to...
View ArticleJSON Data NOT Valid
After executing my Web Method in an aspx page and serializing it, i get the following output: [{"UserID":"U001 ","UserName":"kakaa ","StaffID":"140P120C...
View Article[DataTable] Unwanted Horizontal scroll bar
Hi there, Using SB Admin (Free bootstrap template), I am creating a my own dashboard. However, this template got a weird horizontal scroll bar. I don't want this scroll bar there unless the window size...
View Articleneed to add a column filter delay
Upgraded to 1.11, and my old column filtering stratagies are not working any longer, what is the best practice for adding a column filter delay in, we're having trouble with the ajax queries not...
View ArticleIs possibly datatables intergrated with Entity Framework in MVC 4 Application
Hi there, I'm developing my MVC 4 application with Editor for .Net. My app using Entity Framework (EF) to communicate with db. Could I Using Editor with EF, Is it possible?
View Article