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

fnStateSave/Load to server-side database

Is there any example of this? What do I put in the url parameter to have it store to a mysql database? Would using TableTools have any impact on this?

View Article


How to fix!

Hi...i'm new in dataTables, and now i want to using it. i was trying "Get Started" dataTables used, in some example... in my case, how to add data into the table if the structure like this: <table...

View Article


How to dynamically change the header according to the new Schema

Hi, I have multiple type of entities(objects) , each has its own data structure i.e column definitions are different. I want single datatable to work (display and search) for all entities based on...

View Article

dynamically add space to table

hey Allan, I wonder if it is possible to make the table wider and wider as long as it needs. plus, i need to column's titles to align from the left. for example, im adding columns dynamically and i...

View Article

Problem with JOIN

Hello, I'm having a problem with Joining tables. I'm always having errors in the browser although my queries are correct. I can't show my result in the grid. Can anyone help me please?

View Article


DataTables with large DataSet using with asp.net

Hi, I am new to jquery DataTables. In my new project we have decided to use DataTables for showing grids. My application is in asp.net + C#. I have created a small sample project using DataTables in...

View Article

Set background color based on value in other cell

Hi, I really love this DataTables, Please help me. How to set background color based on value of other cell? "aoColumnDefs": [ { "aTargets":[2], "fnCreatedCell": function(nTd, sData, oData, iRow, iCol)...

View Article

aoColumns is not working

Instead of passing the value like {'bSortable': false},null,null,null,null,null,null,null,null,null,null,null,null,null,{'bSortable': false} in aoColumns can I pass a string which is also containing...

View Article


read excel file

can i read an microsoft excel with jquery.datatables.js

View Article


applying ui theme

Hi, all! I'm newbie in css & js. I'm trying use dataTable, but can't apply jquery ui theme successfuly. <style type="text/css"> @import "media/css/demo_page.css"; @import...

View Article

How to get the entire row of all checkbox checked?

I'm using datatables with one column (first one) which includes checkboxes. I need to get all the rows that users checked the checkboxes. Here is my code Datatable initialisation: /* Init the table */...

View Article

DataTables generated table changes header and footer background color when...

Hi, I have a table created using DataTables. I created a modal popup that changes form background when it pops up. But, accidentally the background color of the header and footer of the table also...

View Article

CHARSET UTF-8

Charset UTF-8 with word: São and others have problem :( how to change charset to UTF-8, using utf8_general_ci in mysql?

View Article


Column headers shrinking when using scrolling with jquery tabs.

$(document).ready(function() { $("#tabs").tabs( { "show": function(event, ui) { var table = $.fn.dataTable.fnTables(true); if ( table.length > 0 ) { $(table).dataTable().fnAdjustColumnSizing(); } }...

View Article

CSS been not applied

Hello Everyone, I started using Datatables and have seriously liked it from the core of my heart, sincere thanks to allan who has thought very much before developing it. I have used it in one of my...

View Article


Adding New Column not Working

I am a newbie to Web Programming so basically i only know HTML/CSS just learning JS. When i add a new column then i loose all the formatting. So it comes with 5 columns, how do we add more?...

View Article

Except Print no other option is working when I run web application is HTTPS mode

Allan, First of all I would like to say "Thanks a Ton" for this great tool! I am being able to use all the features when I access application on webserver with http protocol. But when I access the same...

View Article


DataTable is not displaying correct column width when I have more columns

Hi , Please help me to fix my issue. I have a Data Table with more columns , The thing is that I need to dynamically visible columns based on that condition. When I have more columns (>50) the table...

View Article

some columns are not wide enough

have a datatable which is generated following a json response and it works well. However, a couple of columns (e.g 2 out of 50 columns) are not wide enough and they cause that column to be unreadable....

View Article

Table with thousands of columns

Hi. First I would like to thank you for creating such a great plugin. It's really awesome. I have a problem with creating a table with thousands of column. The table have, let's say, 6000 columns and...

View Article
Browsing all 1816 articles
Browse latest View live