Can't able to redraw Datatable
Hello, I have a Datatable on page, and Also I put a link to reload this Datatable (User interaction is required to refresh Datatable, and for some reason I have to put refresh link outside of Datatable...
View ArticlebJQueryUI: true not working in my code[Recreate]
Hello, I have same issue with pagination button(UI) mentioned in this thread : https://datatables.net/forums/discussion/comment/43101 Also applied solution mentioned in that thread But My issue still...
View ArticlebStateSave and multiple tables on a page
I'm using datatables 1.9.4 and have run into an interesting issue with bStateSave. We have a jsp which constructs a table; using bootstrap, we have a table on the page, and the data displayed alters...
View ArticleFiltering combined with custom sort function (dataTableExt.afnSortData)...
I am using a custom sort function ($.fn.dataTableExt.afnSortData), which works fine by itself. E.g. the sort function returns a date in the form 20140428, where the table itself shows dates in a...
View ArticleDatatables ThemeRoller Cell Borders Customize
Hi Alan, I am using customize ThemeRoll and I am trying to add cell borders or columns borders in a delicate way. So far I am failed to add this borders to the header and footer of the table and only...
View ArticlePerformance with 267 columns 117 rows
I'm currently investigating a browser-freezing problem when using a large number of columns. I'm having a bit of trouble where to look because I'm rather new to browser/JS profiling. However, I *think*...
View ArticleHow to get original table HTML source?
I'm looking to obtain the original HTML source for a table I've applied Datatables to. That is, all rows and columns (including column headers) without the additional markup that Datatables applies....
View ArticleCalculate the value of a field "b" in GetFormatter function of a field "a"
Hi Allan. I use datatables 1.9.4 In the get.php I use a getFormatter function to calculate the value of a field Field::inst( 'etl_product_desc' )->getFormatter( function($val, $data, $field) { ........
View Article[C #] DataTables.net: dynamic columns in number and name
Hello, I'm using your DataTables. Until now I used the DataTables creating a model with fixed columns of the table and then populating a DataTable with C #. But now I need to create a dynamic header,...
View ArticleHow can we enable locking on the editable fields in Data Tables?
I'm currently using jEditable plugin to make some columns in the table editable. However, since the page can be accessed by multiple people at the same time I'm concerned about the consistency issues....
View ArticleSearch not working as expected
Using DataTables 1.9.4 On one page, I have data tables setup and a column is using FirstName + " " + LastName as the column data. When you search, you can enter the first name and hit space then the...
View ArticleDisplay Array items in a cell
I have a response which has array in it. Right now it shows as a string, but i would like to have it as a list item in a cell. Eg: data = {test1, test2, test3} Right now it displays as --> test1,...
View ArticleAccessibility issue about the full number pagination
Hi, I am using DataTables 1.9, which is announced to be fully accessible. But when I use full number pagination, JAWS reads the numbered pages as links for the first time. After I select one page, it...
View ArticleMissing oScroller
'sDom' : '<"fg-toolbar ui-widget-header ui-corner-tl ui-corner-tr ui-helper-clearfix"fr>t<"fg-toolbar ui-widget-header ui-corner-bl ui-corner-br ui-helper-clearfix"iT>S', but I have no...
View Articleajax data source "json formatting error"
Hello, I have used your datatables quite a bit and I must say it is a great augmentation to the way we can interact with data. However, I have been going insane getting my table to work using ajax and...
View ArticleSubmit Fancybox Form and use fnDraw occur multiple callback
Hi, I am using DataTables 1.9.4 version. I am developing MVC project. I list categories with using DataTables properly. I add two custom buttons which are Delete and Edit button. When I click the edit...
View ArticleNull check for mData javascript dot notation
Imagine I have a cell that needs to display this : "aoColumns": [ { "mData": "metrics.speed" } ] In my JSON array however some elements have a metrics element while others don't. Currently, I get...
View Articlejson file is read but not displayed.. getting error .. f is not defined
Im using dataTables min 1.9.2 What I want to do is get data from server. This data is in json format. I can see that the data is gotten successfully in the server, but it is not displayed and also get...
View Articlecode is working on mozilla but not in chrome
Im using jquery.dataTables.min version1.9.2. im creating an app that displays data from server. I need the table to be sortable and display the number of data per page depending on the desired of the...
View ArticleMove a row from tbody to tfoot
My ajax resultset contains both detail rows and a total row. How can I move the total row from the tbody section to the tfoot section? Would like to allow sorting that does not include total row and...
View Article