Quantcast
Channel: Free community support — DataTables forums
Browsing all 35373 articles
Browse latest View live

Bubble editor in a jQuery dialog

Hi, newbie to DT, but getting the hang of it. Nice stuff! I'm trying to use the bubble editor with a DT in a modal jQuery dialog. The bubble DIV is parented to the page <body>, so it cannot be...

View Article


[Editor] Excluding certain cells from being updated/redrawn

It seems that the Editor updates the DOM for the entire row after a edit, removing any bindings etc. that I have on elements in other cells. Is it possible to make the Editor exclude certain cells from...

View Article


Moving "Add new row" button into the table's "ribbon" panel.

Sample https://datatables.net/examples/api/add_row.html miss the button's definition in its HTML: <button id="addRow" type="button" >Add new row</button> But what if I want to "put" my "Add...

View Article

how to save in table to *.txt file without quotes

I find this disc.: http://datatables.net/forums/discussion/9468/how-can-i-export-data-to-txt but it saves with quote mark. I need without the quotes. Code, that I use: $('#table_users').dataTable( {...

View Article

Display results on table based on database search

Hello, I have a database that has a boolean column. On the table data processed by datatables, I want to display only the rows that has 0 as the value on this particular column. Please help on how I...

View Article


Sort controls customization

Hi everyone, when rendering, Datatables adds the sort controls only in the TH tags that are within the last TR in the THEAD. I would like to render sort controls not in the last TR, but in a TR that...

View Article

datatable date sorting dd MMM yyyy ; hh:mm:ss

Hi, I am using DataTables plugin. I am displaying a bunch of columns in the datatables. I ahve applied column sorting for all the columns. The soring is working perfectly fine for all the columns...

View Article

Bug in 'searchCols' option + a suggestion

I inspected the ajax request of table loading with serverSide set to true, and with escapeRegex set to false inside searchCols. I found out that the request doesn't set columns[x][search][regex] in the...

View Article


Column sorting for textbox inside table

Hi, https://datatables.net/examples/plug-ins/dom_sort.html As like in the above demo, I have one Amount column. And while displaying the amount we are applying the comma separated for the amount. Then...

View Article


State Saving does not work

I have a problem when I make a data table for state saving. I have configured "bStateSave=true" in data table and state has not been saved when I reload the page. I tried to save state in database...

View Article

DataTables TableTools.

When I began to use the new version of DataTables 1.10.5, My server send an error message. I need a help with it, please: Resource interpreted as Font but transferred with MIME type text/html:...

View Article

Custom search field

Hello, I want to adapt the visual style of my data tables by moving the search input field to the last column cell of the table header (instead of above the table). For this I hide the native DT search...

View Article

TableTools export as CSV - Trademark character not displaying properly in Excel

Hello, I am currently using the TableTools plugin to save a table to CSV. Cells may contain special characters (Smart Quotes, Registered symbol ® or Trademark symbol ™). The ™ does not display well in...

View Article


Does Serverside DataTables work with non-text data cells?

Hello, Our team is currently developing an application that provides a table that is editable Excel-style through text input fields and select drop-down lists on data (td) cells. From the examples...

View Article

Pagination callback?

Is there a way I can get notified when the user changes pages in the data table? I am using DataTables 1.9, and I am not seeing a callback available in the reference. Thanks!

View Article


TableTools Button Formatting Problems

When I load up the tale tools extension I can get all the buttons to show up and work properly, however their formatting is always messed up. First they appear all gray. When I hover over them an x...

View Article

how to set iDeferLoading back to 0 if search input is empty

I'm using iDeferLoading = 0 in the datatable configuration, when it first loads it shows 0 entries as I want, when I use the search input it show me the correct data, what I want is that when I clean...

View Article


initialize dataTable does not work

Hello, I am using jquery dataTable version 1.9.4. But, init dataTable does not work. All properties don't work. Example: $(document).ready( function () { $('#example').dataTable( { "bAutoWidth": false...

View Article

bStateSave does not work

Hello, I am using jquery dataTable version 1.9.4. I changed bStateSave to true in jquery.datatables.js file but no change happened. Please, I need your help. Best regards Omri

View Article

Connect DataTables to CodeIgniter with MSSQL Database

Hi, I'm new at using DataTables, is there anyway to connect it to CodeIgniter while MSSql Database? Thanks :)

View Article
Browsing all 35373 articles
Browse latest View live