Quantcast
Channel: DataTables 1.9 — DataTables forums
Browsing all 1816 articles
Browse latest View live

How to allow to show '&' symbol when exporting as csv?

Hi....using datatables i am exporting the values as csv but in that value one column has & symbol that is not coming in csv . Example Good & morning is the value then in csv only good is...

View Article


mdata with function on multiple columns

Hello, I need to individually change rendering of three columns values adding span tags and leave original values intact for sorting purposes. So I tried to apply mData functions on multiple columns,...

View Article


jQuery version question: enum plugin (test case included)

Hi, I'm trying to use DataTables and the enum plugin to sort by "times" which include values like "30 minutes" "1 hour" "9 months" etc. The table works as expected except that now that I've added the...

View Article

Scrollbar not working in android device

I am using the data Table library to show a table with pagination and scroll bar enabled in my android device. The scrolling works fine when tested on desktop web browser. But if I test it on my...

View Article

Checkbox Filtering

Hi: I would like to add a checkbox next to the search box to be used as a filter. I currently have two datatables on a page and the only difference is one has only items that belong to the user and the...

View Article


Question about possible fnDeleteRow bug

I have a problem which looks to me like a bug. But I'm a DataTables newbie, so am a bit unsure how it's supposed to work. If you could confirm that my understanding of how it's supposed to work is...

View Article

fnDeleteRow() problem - bug or usage problem ?

Hello Allan & fellow forum members, I've encountered a strange problem using fnDeleteRow and decided to seek here some advice... When I've tried using fnDeleteRow( [ TR element] ) to delete a...

View Article

Twitter Bootstrap (V2) style not displayed

Hi, i followed this post (http://www.datatables.net/blog/Twitter_Bootstrap_2) in order to make DataTables look like the table of Twitter Bootstrap. But for some reason i can't get the TB style applied...

View Article


aoFeatures update data

Hi, I am trying to add a new feature to sDom to replace the built in 'info' component. I am doing that because I want to add buttons to the component. I can't figure out how can I update the component...

View Article


aLengthMenu & language file

"iDisplayLength": 5, "aLengthMenu": [[5,10,25,50,100,-1], [5,10,25,50,100,"All"]], "oLanguage": { "sUrl": "languages/*.txt" }, How insert "All" in the language file for translation?

View Article

sorting is not working if we have data with comma , negative/positive values...

the data is when sorted as desc -2,598.00 -3,493.70 -350.00 -36.00 -435.75 -8,200.00 0.00 0.00 17,444.00 27,200.00 736.75 and the code is that i used is...

View Article

how can i set columns css(or add class) when add new row with fnAddData

Hi all, i add a new row with fnAddData function then every columns css class lost , how can i should do to add that class ? code like this : $("#addRow").bind("click", function () { var oTable =...

View Article

Column filtering values at initialisation time

Hello. Is it posible to define column filtering values at initialisation time? I need something similar to "oSearch" parameter, but I want to be able to define "sSearch_(int)" initial values, not...

View Article


Retrieve data from mysql

Hello, I need to retrieve the information of users who are in my database (name, surname, email, date). The problem is that data table is very feature rich and I do not know where to start or what...

View Article

Custom columns (add/edit/delete/...)

Hi all, I use DataTables in a lot of projects C# and Java, until version 1.9.3 I had no problem, but after I upgraded to version 1.9.4 I'm experiencing some trouble with extra columns. This is my...

View Article


fnFilter regular expression word boundary

I'm trying to apply a filter to find a tag in a column which contains comma-delimited terms, like "red, blue, green". I want to make sure that the term is matched completely (e.g. "red" shouldn't match...

View Article

column with link and the browser back button, static table binding.

Hello, This is the first time I use DataTables and it's awesome. Great work. I have a couple of questions. I'm setting up a table and load the data into it with sAjaxSource. I'm also defining the...

View Article


Load records ondemand

Hi, i have a problem. I have 20000 records to load in a datatable, but not at once. I create a table with first 10 records, and - when i click on "next page" - i would like to load the next 10 records....

View Article

how can i do edit only column in editable table

Hi ( Selamun Aleykum), how can i do edit only column in editable table. i try this sample http://www.datatables.net/release-datatables/examples/api/editable.html

View Article

Converting cell's values

Hi, How to convert cells like name www n1 w1 n2 w2 n3 w3 name www becames to name www n1 <a href="w1">w1</a> n2 <a href="w2">w2</a> n3 <a href="w3">w3</a> name www...

View Article
Browsing all 1816 articles
Browse latest View live