Quantcast
Channel: Recent Discussions — DataTables forums

Image may be NSFW.
Clik here to view.

ColumnControl - search with diacritics

Link to test case: https://live.datatables.net/lepovoku/1 Debugger code (debug.datatables.net): Error messages shown: Description of problem: Search with diacritics doesn’t work. Try to search name...

View Article


Image may be NSFW.
Clik here to view.

ColumnControl - dropdown search datepicker bug

Link to test case: Debugger code (debug.datatables.net): Error messages shown: Description of problem: https://datatables.net/extensions/columncontrol/examples/searchDates/autoLocale-moment.html When i...

View Article


Sorting does not work when using scollY

I have a table that has data loaded dynamically. It has some dropdowns and text fields in it as well. The first two columns are set to be orderable. For ex: { "width": "8%", "targets": 0, orderable :...

View Article

Multiple Header Rows - pdfMake

I've seen a few posts about not being able to export multiple header rows in pdf and not being able to use colspan, so just wanted to share my fix for being able to do both. A simple modification of...

View Article

Image may be NSFW.
Clik here to view.

Responsive plug-in inline control alignment on right aligned first column

With the datatables.net responsive plug-in, it is often the case that the responsive inline control will wrap with the first cell content, or appear out of alignment when the first/target column is...

View Article


Editor File upload

Hi, I have a question about file uploading. I tried to download the .exe file (such requirements). During a example upload, it caused the page to refresh. I got around this by adding it to the ajax...

View Article

Server Side Processing, ColumnControl, searchDateTime, manually input invalid...

Hi, I have this scenario: * Server Side Processing (SSP) * .NET Server Side library 2.5.2 * ColumnControl ColumnControl option: * searchDateTime This error message appears, when I manually input date...

View Article

Image may be NSFW.
Clik here to view.

SearchBuilder: Date picker starts from Sunday rather than Monday

I am looking for setting to set the weekday start with Sunday rather than Monday on DateTime Picker in datatables.net. I tried firstDay setup but nothing works

View Article


Using the where clause in Editor to limit records

I have tried but failed to get the where clause to Limit the number of records selected. I have used other multiple where conditions as they have worked but perhaps it is a syntax issue to get the...

View Article


Datatable not working in popup

I have a data table that works perfectly on a normal screen however gives the DataTables warning: table id={id} - Cannot reinitialise DataTable when in a popup. Adding the retrieve: true removes the...

View Article

Can I make multiple predefined search queries from a select field?

Hello, I want to make for my collegues some predefined search queries. What I want is a select field with predefined seatch queries. For example sometime like this: <select name="predined_search"...

View Article

Possible issue with FixedColumns 5.0.5 and jQuery UI for styling

Link to test case: https://datatables.net/download/#ju/jszip-3.10.1/pdfmake-0.2.7/dt-2.3.7/b-3.2.6/b-colvis-3.2.6/b-html5-3.2.6/b-print-3.2.6/cr-2.1.2/fc-5.0.5/fh-4.0.6/kt-2.12.2/r-3.0.8 BUT Replace...

View Article

Save form data offline

Hello, I have a mobile application used on a tablet. The internet connection frequently drops. Is there a way to temporarily save the form data and upload it to the server when an internet connection...

View Article


one-to-many join

Hi, I am trying to get a one-to-many join with the PHP libs working but I am having issues setting it up. For some reason the link method does not set up the joins as i expect What i am trying to do: -...

View Article

FixedHeader not bold but then bold after scroll activates sticky header

Link to test case: Versions in link , this is only present when using jquery UI for styling, not when using DataTables' default styling....

View Article


Missing latest change log for FixHeader 4.0.6

I was able to look through the repository to see the actual changes for FixedHeader 4.0.6 because the change log is missing https://cdn.datatables.net/fixedheader/4.0.6/

View Article

Date search does not always work

Good morning, please can someone assist me I have two issues, however as I cannot demonstrate them properly on the live.datatables.net site, I have created a test site at https://dt.taskmgr.co.uk/ (I...

View Article


Image may be NSFW.
Clik here to view.

Is there a more succinct layout?

I have a desired layout: -- and I got it: However, the layout code looks a bit verbose: Is there a more succinct way to get the layout I want? Thanks, Ross

View Article

Image may be NSFW.
Clik here to view.

Editor mode vs action terminology

This is admittedly trivial, but I've been meaning to mention it and I'm virtually sitting in a boring staff meeting so I thought this might be a good time The API has mode(), which is either create,...

View Article

api row() and cell() lack of typing

Hi. Link to test case: https://stackblitz.com/edit/vitejs-vite-zcrl5ek8?file=src%2Fmain.ts Debugger code (debug.datatables.net): N/A Error messages shown: Object literal may only specify known...

View Article

Dowloading zip only gives base JS and CSS files

https://datatables.net/download/#bs5/jszip-3.10.1/pdfmake-0.2.7/dt-2.3.7/af-2.7.1/b-3.2.6/b-colvis-3.2.6/b-html5-3.2.6/b-print-3.2.6/cr-2.1.2/date-1.6.3/fc-5.0.5/fh-4.0.6/kt-2.12.2/r-3.0.8/rg-1.6.0/rr-...

View Article


migration recipe from 1.x to 2.x?

I haven't tried to migrate yet because I have a lot of code and it sounds daunting. I have both datatabases and editor. I see you're working on release 3 now, and I don't want to be further behind......

View Article


How to create a check box controlled inventory part#, descrip and price list.

After searching and studying various examples for hours, I still cannot locate what I am looking for. I want to create a data table that has a checkbox, a part #, descrip and price. The part#,...

View Article

Copy column from Excel into Editor/Keytable enabled datatable

I would like to be able to copy and paste multiple vertical cells from Excel to a Editor/KeyTable enabled datatable. Is there built-in functionality? If yes, is there a good example I could follow?

View Article

Image may be NSFW.
Clik here to view.

Bug with datetime and dependent

(I still haven't mastered making an example with Editor ) When I use a datetime and have a dependent on it: .dependent('datetime_field', function (val, data, callback, e) { console.log('Do something...

View Article


Image may be NSFW.
Clik here to view.

Problem with excel export (visibility columns) when scrollX enabled

Hi i've a problem export excel with this scenario: - responsive disable, scrollx enabled, fixed columns start and end - small screen to simulate/enable the scrollx - some visibility columns disabled by...

View Article

ColumnControl searchList when cell data is an array.

I have a Datatable with columns containing array data ["option1", "option2" "option3"]. The column is created with these options: { data: "example_column", name: "example_column", render: (data: any,...

View Article

Change the Table field Header name in the example add row

Hi All, I am trying to change the addrow Header field names. I have searched all the html, css and js files and I cannot find it that makes a difference I found one that might have worked and I changed...

View Article

State Restore - looping through states and filter data

I'm using State Restore and want to loop through the saved states and collect data from the rows that appear when each state is loaded. The approach I'm currently using works but is complicated. It is...

View Article




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