Quantcast
Channel: Recent Discussions — DataTables forums
Browsing all 82099 articles
Browse latest View live

How to insert a non-database field to table

Hello. I've got this kind of problem. I want to insert a non database field called "No" in to the first column of my table. I'm using server side script. This is my array in server_processing.php file:...

View Article


Sorting on date including time portion but displaying just date portion?

i am sending the date as string from server as explained below which has both date and time part like 2010-12-07 17:35:04.127. what i want is just display the date not the time part in data table...

View Article


Error in Google Chrome

I get the following error in Google Chrome: Uncaught TypeError: Cannot read property 'asSorting' of undefined (anonymous function)/js/jquery.dataTables-1.7.3.min.js:139

View Article

Populate the datatable with Ajax call

Hi, I want to display the values into the table using an AJAX call. The code used for it is, initTable(); function initTable (){ return $('#exEmpListTable').dataTable({ "bPaginate": false, "sScrollY":...

View Article

Field.php - difference in path between local PC and hosted server for...

Downloaded DataTables v 1.9.4 & Editor to evaluate Editor for purchase. Finally got Firebug to display something in Console. Needed to re-install it as either it was not working, or I could not get...

View Article


tabletools: select all button select all table records not the displayed rows

how could i use select all button to select only displayed record (say record of first page) instead of selecting all records

View Article

filter on any match

Hello, Suppose i have two rows in my table Name | city | nickname David - New York - Dave Jody - Yorkshire - Jody13 When a users types "David York" it filters and just shows me 1 row. I would like the...

View Article

Selecting rows with fixed Columns

As i did not find a solution to this problem here, i created a working live example here: http://live.datatables.net/etanuj/7 I managed to get this done using an ID and a CLASS on each row. So when you...

View Article


Horizontal Scrolling Problem

I'm having trouble getting the horizontal scrolling to work in my data tables implementation. I whittled my data table settings down to just those from this example...

View Article


using aaColumns and checkboxes...need help pls.

I am new at this and have been trying to figure out what I am doing wrong here but it seems I need some help figuring this out. I'll be honest here, this plugin confuses the heck out of me so I really...

View Article

Column Headers getting squished.

So ive finally got my first DataTables program working as i wanted (yay!) but am now having a minor GUI problem. For some reason the top of my columns is getting squished way down. Like this:...

View Article

Sorting for format (Y-m-d H:i:s) is not working

Greetings all, I have a problem with sorting a date column. My date is in this format Y-m-d H:i:s And I am getting this output: 2012-04-14 23:07:00 2012-01-14 22:40:14 2012-03-09 19:03:20 2012-03-12...

View Article

FnRowCallback : targeting an element in a selected row

Hello, I am trying to select multiple rows, by clicking on the row and also, if the user chooses to do so, by clicking on a checkbox, in the first column of my table. This works fine if i do not use...

View Article


Changing row colors according to value of some columns from a separate method

Hi, I have a method to render the datatable. The same method is used to render it on different pages with different content. For a specific page I need to customize my rows by adding background colors...

View Article

Soring break row color background

Hi Experts, Need your expert help to complete last change in a Job. Other than DataTable filters, I have my own custom filters also. And based on filters I am able to set rows alternate active class...

View Article


Need to sort specific column in datatable.

Hi, I am using jquery datatable plugin in MVC app. I did disable sorting for certain columns as said in examples in datatable plugin examples but its not working for disabled sorting columns. it works...

View Article

Sort arrow icons - how to change it from backgroud to img? / Sorting the images

Hello! I've got a problem with proper displaying of the sorting th arrows - I'm already using some image on the background of the <th> element, so the arrows can't show up/override the css style....

View Article


Datatable row selection not working on pages other than first page

the below code from select multiple rows example works well for the first page with pagination enable. $('#example tr').click( function() { $(this).toggleClass('row_selected'); } ); on navigation to...

View Article

Script in a column in dynamic datatable

I am having a column which has some javascript code. The script fetches the contents for the column. The datatable does not execute the javascript. Even if I write simple alert('a") in the column, the...

View Article

Pass dynamic html table definition to DataTables

I am just beginning the use of the DataTables API, and I have a situation that I need assistance with. I am retrieving a JSON from the server in a specific format similar to the following: {data 0: 6...

View Article
Browsing all 82099 articles
Browse latest View live