Quantcast
Channel: Recent Discussions — DataTables forums

ColReorder in Multi-row Head

Hello, I have the table you can see in this test case, a table with 2 rows in the header, one of them for filtering each column. The problem I have is that I am able to reorder the columns, clicking on...

View Article


Textarea field trigger change when not changed

Hello, I have a problem: textarea field which contain xml string "changed", when I even not touch it. I change another field, but xml field also included in edit request from backend. It's inline...

View Article


The example for Row Grouping will not sort descending

It appears to me that when a table column is hidden it no longer keeps track of its sorting, so you can set the table to sort the hidden grouped column it will sort ascending but then calling...

View Article

Autocomplete / tags and AJAX

Just a quick question / request -- any chance that the new (and wonderful) autocomplete and tags fields will eventually have the same AJAX capabilities as a regular AJAX request? For example, the US...

View Article

Image may be NSFW.
Clik here to view.

csvHtml5.action.call() results in JavaScript error: Uncaught TypeError: n is...

I am using server-side processing and would like to dynamically set the following config prior to exporting: exportOptions: { modifier: { search: 'applied', page: 'all' } // Ensure all even paginated...

View Article


Image may be NSFW.
Clik here to view.

DataTables date range filter displays rows for plus one day!

There's a table. We need to make a selection by date. But if you enter for example min Apr 4, 2025 and max Apr 4, 2025 data is not displayed at all - no data. To view Apr 4, 2025 it is necessary to...

View Article

How can I have 3 elements in the bottom part of the layout?

I want to put 3 elements in the bottom part of the layout i.e. pagelength, info and paging. How do I do that?

View Article

Is there any way to speed up searchPanes when using the server-side approach?

Link to test case: Debugger code (debug.datatables.net): Error messages shown: Description of problem: My record count is over 7,000 with 30 fields, which makes the table very slow to load—it takes...

View Article


Fixed column width Chrome vs Safari

Hello all, I'm new to this forum and I hope someone can help me with an issue around fixed columns. I have created a table with the first two columns on fixed 300px. In Chrome this width is maintained...

View Article


Edit inline not working depeding on the action

Good afternoon everyone, I don't know if anyone has ever experienced this problem. My editor is configured for inline changes and is giving an error when changing lines after changes. For example, when...

View Article

WebAPI with POST instead of GET

Spent the last couple of days trying my first server side DataTable w/ WebAPI 2.0. I installed DataTables.AspNet.WebApi2. I worked the example at GitHub into my existing project. I got the example code...

View Article

Using the datatable on a Razor view page - sending the datatable data

Here is what I'm running into and wondering if others did this. I have a Razor web app using Razor Views. I have the datatable on a partial view. I do not have a form tag or submit button on my page....

View Article

Columns().Visible() Function Terribly Slow with Large Tables

Hi again. With tables of many columns, the visible() function can become terribly slow, even when redrawCalc option is set to false. Ref: columns().visible(). This code line hides all columns with...

View Article


Image may be NSFW.
Clik here to view.

Hide controls like "buttons", "pageLength", ... when printing web page

Link to test case: https://live.datatables.net/janodapo/1/edit Debugger code (debug.datatables.net): NA Error messages shown: NA Description of problem: Hello, I would like to know if there is a way to...

View Article

Want to show all rows in searchpanes but max 63 is appearing

Link to test case: Debugger code (debug.datatables.net): ehufax Error messages shown: Description of problem: In 2nd column have total 162 distinct values but only 63 shows in searchpanes have tried to...

View Article


Image may be NSFW.
Clik here to view.

How to change buttons style (Bootstrap 4) for buttons outsides of "buttons"...

Link to test case: https://live.datatables.net/mohuvuji/1/edit Debugger code (debug.datatables.net): NA Error messages shown: NA Description of problem: Hello, I wanted to know if it was possible to...

View Article

Image may be NSFW.
Clik here to view.

When using tag attribute in collection button, the view is wrong.

When using tag field to use a different tag for the collection button, the div tag for the collection also change to button (instead of div) which causes the view to collapse on itself. Here is the...

View Article


Image may be NSFW.
Clik here to view.

ResizeObserver loop completed with undelivered notifications

Hi @allan , I tried the new 2.2.1 version which uses the ResizeObserver and I want to warn you about these errors I see in the console With the previous version there are no errors.

View Article

Image may be NSFW.
Clik here to view.

Problem with SearchBuilder if nested in Card component (Bootstrap 4) at...

Link to test case: https://live.datatables.net/dijekeve/1/edit Debugger code (debug.datatables.net): NA Error messages shown: NA Description of problem: Hello, As you can see on the test case, if...

View Article

Rendering of dates to include options & buttons

I am trying to use SearchBuilder to do some date searches I have the following in fields and it comes through as expected { label: 'Date of Birth:', name: 'users.dob', type: 'datetime', displayFormat:...

View Article

How to add a filter above my table that's filled via Ajax?

Hi, I'm only days into DataTables, but already pretty hooked. I have a project, that I was working on and have now rebuilt it with DataTables – and solved most of the initial problems. But now I'm a...

View Article


Image may be NSFW.
Clik here to view.

search(.., regex=false, smart=false) returning non-matching hits

We have the following DT setup: /* * This combined file was created by the DataTables downloader builder: * https://datatables.net/download * * To rebuild or modify this file with the latest versions...

View Article


Image may be NSFW.
Clik here to view.

Security Vulnerability - Scan report

Hey Community, Our development leveraged 1.10.16 version to build out the application, and after a security review done, by our clients, we have identified the following XSS issues(listed below). We...

View Article

Child row not showing in responsive mode

Link to test case: https://live.datatables.net/paquyaze/1/edit Description of problem: Hello folks. I followed the instructions of this tutorial to create a DataTable with child rows and then combined...

View Article

Image may be NSFW.
Clik here to view.

Table responsiviness when changing div width

Hi, I am playing with responsive behavior and I am getting the following problem. My applicaion is divided in two vertical sections. On the left I have a navigation tree and on the right I have the...

View Article


Can a Datatable 1.10 exist in the same page as Datatable 2?

Just a quick yes or no on the subject, before I go an tear apart the table and rebuild it. Scenario: I have a few datatables on 1 page. 2 are written in the 1.10 style using the dom: 'Blifrtip',...

View Article

Clear dependant field

Hello, I have two tables (we'll call them Table 1 and Table 2), both set up with an editor, but only Table 1 uses the dependent editor setup. The setup for Table 1 looks like this:...

View Article

Editor form column filtering

How can I accomplish the following? My Editor form has two (or more) fields, both pulldowns (using Selectize). Since the field arrays are loaded at startup, I cannot implement it via SQL in the PHP...

View Article

Image may be NSFW.
Clik here to view.

Datatables FixedColumn missing right border

Good day. Updated datatables today to version 2.2.2 and now the right border for the fixed columns is missing. Debugger code: otikaq. Any ideas on how to fix it? Best Regards, Reginaldo Bray

View Article



sorting on column basis

how to sorting table on a column name by default decreasing order.

View Article


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>