table footer misalignment with table body
Hello , I have one problem need your help , I create a normal stable with dataTable and Bootstrap 3 . After i only add standard table footer tag , I find out that table footer misalignment with table...
View ArticleAloha from Hawaii
My first time investigating DataTables. Looks promising! Has anyone used DataTables on a WordPress website??? If so, what are the issues, requirements, etc. I am looking to build CRUD web page on my...
View ArticlePass variable from .js to .php not working
Here is my "table.something.js' var test = datatest; $.ajax({ url: 'php/table.something.php', type: 'POST', data: ({ test: test }), success: function (data) { } }); And here is my "table.something.php'...
View Articledatatable responsive+ changes column and data
Hello i am trying to build page that you can choose the subject title and build the query so its mean that every time tha column change and the data, but the problem that the table is not responsive ,...
View ArticleEditor - Using 'Edit' to make new rows on separate table
I will freely admit, I expect this is a silly question. I don't have any expectation that DataTables would (or should) cater to the scenario it involves. Frankly, DT already goes above and beyond the...
View ArticleHow to sum the current page of footerCallback function.
Hello all , I have a problem with Footercallback function. Calculated total is for all over the page value , not for current page. How can i sum the current page for footercallback funtion? Whatever i...
View Articlesearchpane rebuild delayed
Hi, Having a minor issue with searchPane. Loading the data in via an ajax url. I'm updating the url via a change event, which is loading the new ajax url okay, however the searchPane rebuild is delayed...
View ArticleMy footercallback function is calculated for last page only and not the...
Hello All , I have a problem with Footercallback function. Calculated total value is worked for last page only , not for current page. Here is my problem . Now it only have 5 pages. and here is page 4....
View ArticleInline edit always posting boolean / bit field
During an inline edit of a cell, one of the editable columns in my table (IsActive) - a boolean - always posts back along with the current cell being edited, e.g.: "action" : "edit", "data" : { "69730"...
View ArticleHo to show single value select in multi value column
Hi, I am using the multi choice select drop down filter from here: http://www.datatables.net/release-datatables/examples/api/multi_filter_select.html But as per the image attached, I would rather have...
View Articlehow will print one DataTable two times in a single page.? .
during file export when i click on print button option that DataTable should be displayed two times on same page.
View ArticleHow can i avoid this kind of Cannot reinitialise DataTable .
I have a error with this kind of problem Cannot reinitialise DataTable . But i fix the code with i just add $("#tbl-treport").dataTable().fnDestroy(); So it does not appear no more. But i have a...
View ArticleGetting Error DataTables warning: table id=employee-grid - Invalid JSON response
I am Getting Error Invalid JSON I am Showing Address, CompanyName, Street In Datatable And for some users, there are German, French Characters. while showing it in Datatable its Getting Invalid JSON. I...
View Articlefixheader with zoom
im using a table with fix header and footer it works good but when i add a css attribute zoom:1.5 its not the header or the footer are appears not in the right scroll position im using DataTables...
View ArticleIPad initcomplete doesn't fire
In all browser the datatables look fine and work well but not on an IPad. The datatable doesn't get formatted and the initcomplete doesn't fire, does anyone know what I am doing wrong? Here's my code:...
View ArticleIntroducing serverSide processing breaks (hides) columnToggle buttons
Hi, Working on a complex list UI in which I have used columnToggle buttons to show/hide groups of columns. I then introduced serverSide processing - that works fine but the columnToggle buttons no...
View ArticleClone only visible columns
Hi, i'm doing a datatable filter on head using the example Column filtering: https://datatables.net/extensions/fixedheader/examples/options/columnFiltering.html I want to clone only the visible...
View ArticleCan you add support for IS and IS NOT operators in the Query::where()...
I had trouble creating where statement looking for null values. I could not find any documentation on it, and had to look into the the Query class code to find out that when the value is null, then the...
View ArticleHow to sum multiple columns fitered by custom filter?
Hi there! I'm summing some columns where I place the class sum this way: var dataTableMultipleColumnsSum = function () { var api = this.api(); api.columns('.dum').every(function () { var total = api...
View ArticleButtons with specific class is not displayed
I use datatable with buttons plugings and bootstrap style. With this code var url = '/i18n/' + '[(${#authentication.getPrincipal().getLang()})]' + '.json'; var productTypesTable =...
View Article