how to extend colvis width
Hi, in column hide show i cant set width so in that case some words would not proper displayed. Please tell me how to extend width of colvis."oColVis": { "activate": "mouseover", "buttonText": "Columns...
View ArticleDatatables throwing error and showing nulls.
DataTables Debugger code: upolak (http://debug.datatables.net/upolak)Table Name: myTableError: DataTables warning (table id = 'mytable'): Requested unknown parameter 'transDate' from the data source...
View ArticleHorizontal Scrolling messes up the table header alignments
I am running into a strange problem when I upgraded my Rails application to use Bootstrap 2 instead of Web App Theme with the horizontally scrolled datatables. The horizontal scrolling worked perfectly...
View ArticleHow to create a link in one column data item that leads to dounload link put...
Hello;I'm novice user;I need to make one column data to hold a a download link stored in another column's dataMy table holds list of docs {Title, File path(hidden),Author, Date, File Type}I need to...
View ArticlefnDeleteRow with jQuery
Into the last cell on a table with datatables i use icons for some actions. One of them are a delete-icon, with this the data into this row will delete with ajax. Now i'd like to delete the row also...
View ArticleEffects & Updating Removing Cells
I've used DT a few times and it's generally reliable, but 1.9.4 has been driving me a little crazy. I'm using the Bootstrap theme (BT 2.2.2 unfortunately, can't upgrade), and attempting to put together...
View ArticleEditable DataTable works fine with Chrome & Safari, but not in Firefox
Hi,I am using 1.9.1 with DataTables Data Manager (CRUD) Add-on, It works fine in Chrome & Safari but not in Firefox, where after updating a row, a White Space is shown.Here you can the...
View ArticleHelp with the error
Older project that I am reviving. I get the error: DataTables warning: table id=dtable - Requested unkown parameter '16' for row 0. For more information about this error, please see...
View ArticleHow to to export hidden columns to PDF file?
It works fine with xls file using "sExtends": "xls", "mColumns": [0, 1, 2, 3, 4, 5, 6, 7, 8, 10] (where [10] is hidden) in PDF column [10] is overwritten and messed up. PDF displays properly only...
View ArticleSortable Col Headers: kb activation sometimes doesn't work
Has anyone run into problem where you can tab through sortable column headers but ENTER key sometimes does not cause the re-sort on the currently focused column?
View Article1.9 Pagination - TR custom class/attributes disappear after 1st page
I'm applying a custom class to the TR elements in a data table with the pagination option turned on and I'm finding the class I applied is only showing up on the 1st page. So I tried a custom attribute...
View ArticleIntegrate Bootstrap Multiselect in data table 1.9.4
Hi , i want to show multiselect dropdown in datatable .but failed to apply bootstrap css on data table.. i just create a dropdown from server side and send response in json format.Multi select format...
View Articleset column width
Hi there, I use dataTable version 1.9.4. It is a powerful product. However, lots of features, styles and functions are difficult to implement. I have been struggling for a while to set column to fixed...
View ArticleTypeError: oSettings.aoColumns[iColumn] is undefined
Hello =) I have a problem with the datatable. I don't have a clue why this error appears. I had a look at possible causes to this problem, but didn't find a match with mine. As far as I know the...
View ArticleProblems deleting rows and the table's style (fnClearTable function)
I want to search in my database and show the results in a datatable. But i have some problems. After the first search, I have to delete the previous rows to show the new results. To remove all rows I...
View ArticleHeader Row not applying proper widths
http://debug.datatables.net/okunes Above is the link to the debug information. The column width specifications are not being applied to the Header Row. The strange part is that I am using the same...
View ArticleEditable DataTable works fine with IE, Chrome & Safari, but not in Firefox
In Firefox, where after updating a row, a White Space is shown. I include the debuger code: http://debug.datatables.net/ekerav
View ArticleShrink of table on table data refresh
I did table refresh which refresh only data inspite of rendering the whole table by reapplying the properties of column every time i am reloading data. Regarding UI the width of the table shrinks 1px...
View ArticleSpeeding up datatables when retrieving data from indexedDB
I am using datatablejs on client side for displaying the database to client. I download the database from server initially using backbone indexeddb adapter and store it in indexedDB so as to support...
View ArticleConfigure Columns Width, Filter button disappears
Hi, I am trying to configure the width columns in database to avoid rows growing to much. I am using this configuration http://live.datatables.net/moyucek/1/. If i don´t use { "sWidth": "5%" }, or any...
View Article