Quantcast
Channel: DataTables 1.10 — DataTables forums
Browsing all 2364 articles
Browse latest View live

jQuery Datepicker opens on future date

Hi, I'm trying to use the jQueryUI Datepicker with a US date format and I find that when I click on an existing date, the datepicker opens at some future date in 2021. When looking at the examples on...

View Article


Uncaught TypeError: Cannot read property 'error' of null

Hello, i get this error in the console: (Uncaught TypeError: Cannot read property 'error' of null), from what i have read in the forums it is due to utf8_encoding, i have tried to force the encoding as...

View Article


Responsive Extension Leaving visible property set to TRUE

I have a plugin that creates column search boxes in the header and looks at the column.visible property to determine if a search box needs to be created above the column. It appears that this property...

View Article

Individual column searching (select inputs) - skipping columns

I am attempting to integrate the individual column searching (select inputs), http://www.datatables.net/examples/api/multi_filter_select.html, filter into my table. It works using the code below....

View Article

Fire Event After The Responsive Plugin is Done

Is there an event I can listen to that would fire after the responsive plugin is done running? I want to be able to see what columns are showing and which have collapsed. There is an array that holds...

View Article


Responsive Bootstrap DataTables Overflow

http://live.datatables.net/gerarule/1/ Table juts out outside its container when the window is shrunk before it collapses. It also doesn't scale back up to fill its container when the window is made...

View Article

Validation: At least one of n fields has to be notEmpty

Hi! I have two fields, "email" and "phone". When saving an entry, at least one of both fields has to be filled in. How can I validate this? ->validator( 'Validate::notEmpty' ) doesn't help me here

View Article

use require.js to load datatables

when i use require.js to load datatables, all the plugins,such as select, don't init, and it causes select on table don't take effect

View Article


Calculating Aggregates in grouped rows

I've created a table with an aggregate and also with grouped rows. I've tried a few different ways to add an aggregate to group rows, but none worked. I was wondering what the best way to use the api...

View Article


Date format

I have an issue with the date picker showing the wrong date. The date shows correctly (dd-mm-yyyy) in my data table list. I have the format set in the editor to "format": "DD\/MM\/YYYY" ... The date...

View Article

Datatable on hidden tab-page doesn't react on columns.adjust()

I have two tabs with identical tables https://datatbl.herokuapp.com/users First datatable is Ok, as it's on the first visible tab-page. Second datatable is shrinked and even...

View Article

Bootstrap Responsive unnecessary scroll bar

I have a table surrounded by table-responsive class, e.g. <div class="table-responsive"> <table id="usersTable" class="table table-striped table-bordered table-hover" data-page-length='10'>...

View Article

Looping through columns but getting the value of another

Hey Alan, I'm using the following code to loop through columns in order to create a 'header' row of sorts for items to be grouped on (I think you had posted this somewhere on the site and I snagged it,...

View Article


Hot to access the data of the first cell for a button url paramater

I'm trying to create a button action that passes the data of the first cell as a URL variable for row (id). After updating to 1.10 the original code is failing... ORIGINAL CODE: fnClick: function (...

View Article

Easy individual column searching (multiple columns)

For anyone looking for a quick solution to filter multiple columns outside of the Datatable structure. This method simply uses generic form inputs (by class selector), passing in the filtered column...

View Article


Adding error-handler to ajax produces additional request

I see something strange in console (http://localhost:3001/errajax) I just added a stub to ajax object and datatables began to produce an additional json-request like: GET...

View Article

Column Filtering with Ajax Loaded table

I am trying to do this: https://datatables.net/examples/api/multi_filter_select.html but I am pulling the data from an AJAX call and my table has no footer. I tried adding in a <tfoot> tag in my...

View Article


Another where & and question

Hi. I need the following sql select: SELECT * FROM tm_tiere WHERE Geloescht=0 AND Schutzgebuehr=0 AND (Adoptant!=0 OR Vermitteltdatum!=0000-00-00 When I use ->where( function ( $q ) { $q ->where(...

View Article

Conflict: scrollX and yadcf

See http://plnkr.co/edit/u9Rvli?p=preview The problem: when I use yadcf and scrollX: true the header doesn't scroll because of .dataTables_scrollHead { overflow: visible !important; } in yadcf.css .......

View Article

Jquery event multiple triggers

Hi, there, I tested the code snippet below, typing a search string in the search/filter box. Depending on how many characters I typed, when I then click on the filtered item I get as many console...

View Article
Browsing all 2364 articles
Browse latest View live