Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

YADCF 0.8.9 and DataTable 1.10 - language with url source #292

Closed
Sephyria opened this issue Feb 29, 2016 · 2 comments
Closed

YADCF 0.8.9 and DataTable 1.10 - language with url source #292

Sephyria opened this issue Feb 29, 2016 · 2 comments
Labels

Comments

@Sephyria
Copy link

var tableDataTbl = $("#MyDataTableTest").DataTable({
    language: {
        url: '/js/DataTables/fr_FR.json'
    },
    scrollY: 400,
    paging : false,
    scrollCollapse: true,
    stateSave: true
});

This doesn't load properly filters on header and crash the table.
Placing the json content of that fr_FR.json directly into the table init solve it.

(Thanks to Daniel for this solution ^^)

@vedmack vedmack changed the title YADCF 0.8.9 and DataTable 1.10 ScrollY issues (AJAX with language) YADCF 0.8.9 and DataTable 1.10 - language with url source Mar 1, 2016
@vedmack vedmack added the bug label Mar 2, 2016
@mallorca2288
Copy link

mallorca2288 commented Nov 6, 2016

With YADCF 0.9.1 and DataTables 1.10.12:

Whenever i set both the scrollY option and the language option on the same DataTable, yadcf filters stop showing.

Example (With scrollY and language - doesn't work): https://jsfiddle.net/5jkw5cx5/
Example (Without scrollY, with language - works): https://jsfiddle.net/100emw1a/
Example (With scrollY, without language - works): https://jsfiddle.net/h25fb99a/

@vedmack
Copy link
Owner

vedmack commented Nov 9, 2016

fixed in 0.9.2.beta.2

see test page

@vedmack vedmack closed this as completed Nov 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants