custom http variables
Hello, I'm trying to use the method get, to filter information in the table, but i can't do it work. This is my code: /Index.php/ $('#lista').dataTable( { "responsive": false, "details": true, "order":...
View Articlecustom http variables
Hello, I'm trying to use the method get, to filter information in the table, but i can't do it work. This is my code: /Index.php/ $('#lista').dataTable( { "responsive": false, "details": true, "order":...
View ArticleHow to get dynamic widths of columns after it has be sized?
I have seen the once datatable is created the columns are re sized, and in chrome i can see different widths for different columns but there seems to be now way i am able get this width
View ArticleReintialize data table workaround
I have a data table in a panel that is initialized when you click a button. The data table initializes and shows on first attempt after that I get the "3. Warning: Cannot reinitialize Data Table"...
View ArticleAdding Column number for Server Side
Hello my code works fine using server side processing but cant find how to add column for row number. Num#|Name|salary 1|John|120 2|Mark|30 3|Ron|400 and so on. is there a way to put number columns?...
View ArticleC # list type data transfer from the jQuery DataTable
Hello! I have a problem with me. C# list type transfer from jquery DataTable sending data error! Please Help me!
View ArticleCurrency Sorting Help
I am trying to get the a currency sorting working. The following gets sorted as is 4,100.00 450.00 7,500.00 instead of 450.00 4,100.00 7,500.00 I have tried looking at the following but got no joy....
View ArticleChanges to copy_xls_csv_pdf.swf never applied
Hello, I am having trouble changing the default font sizes in PDFs generated by TableTools. I am using TableTools and DataTables in a Rails app via the jquery-datatables-rails gem (version 1.12.2). Via...
View ArticleBasic set-up of datatables extensions
I'm really new at this, so I don't know exactly how best to phrase my question... I also could not get the extension colVis set up in the DataTables live environment either... I've got the basic...
View ArticleData is not getting displayed in table with the following json object type
HI, My json data is as follows, "data" : [ { "countrycode" : "VU", "language_support" : [ "English","Spanish" ] }, { "countrycode" : "VN", "language_support" : [ "French", "Spanish","Russian"] } ] I...
View ArticleDisplaying a sparkline in a column
Is there any way to update a single cell by making an AJAX call after the datatable has rendered? I am coming to dataTables from a Yahoo UI background, and have not been able to find out how to do...
View ArticleHow can i add a new row in a datatable?Which the dataTable contains the...
I have DataTable in my js file. function getStudentDetail(id) { //id is set globally var oTableStudentDetails = $('#student_detail').DataTable({}); $('#btn-add-row').on( 'click', function () {...
View Articlecustom sorting, group on secondary column
I need to know how group a custom sort based on a secondary column. I want to be able to group my sort on the value in the second column, then sort like normal based on that grouping. Here are my...
View ArticleIssue with Server-side processing: table is not redrawn after getting data...
I am using datatables for the first time and ran into the following issue. I am using DataTables 1.10.2 and Jquery 1.11.1. I have configured datatables to use the AJAX datasource. The first time the...
View Articleyadcf order number in dropdown menu
Dear all, I have a dropdown menu in yadcf filter with some numbers. I'd like that the numbers to be sorted from the smallest to the largset (1, 2, 3, 4, 5, 6 etc). But now the number 10,11,12 are...
View ArticleGet filtered (invisible) rows
Hi everybody, I am working on a datatable with amounts and I add those amounts together in order to get the total amount of the datatable. The problem is that this amount should be updated when the...
View ArticleHow to dinamically change the properties of a aoColumn?
Hi all. I must to create a table in which the first column must be editable (and include the Update and the Cancel buttons) for all the rows except the new ones. The new rows (created with the Add...
View ArticleDatatable options doesnot work
I have created a table using a javascript. I used it with datatable but the options(search,pagination) won't work. I tested on table created from html tags directly and it works. Can anybody please...
View ArticleRemove the css
Hi am new in Datatables I have created table by using var table = $('#myCoupon').DataTable({ "ajax": "../DataText/Coupons.txt", "columns": [ { "class": 'details-control sorting_asc', "orderable":...
View ArticleGoogle spreadsheet and individual column filtering
Hello all, I need some help with this. Let me start out by saying I have very limited knowledge of what I'm doing, so i apologize for that. So here's my goal: take information from a spreadsheet...
View Article