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

[CLOSED] Fix conflict when export and AJAX source are enabled #104

Closed
tduchateau opened this issue Jan 28, 2014 · 6 comments
Closed

[CLOSED] Fix conflict when export and AJAX source are enabled #104

tduchateau opened this issue Jan 28, 2014 · 6 comments

Comments

@tduchateau
Copy link
Member

Issue by tduchateau from Wednesday Apr 17, 2013 at 19:00 GMT


Today, we use the fnInitComplete callback to decorate the table with export link. When the table is populated using an AJAX source, a fnInitComplete callback is automatically added to adjust column sizes and create a conflict with other features that need the same callback.

@tduchateau
Copy link
Member Author

Comment by jmvivo from Friday Apr 19, 2013 at 09:10 GMT

Hi Thibault,

We're really interested in solve this issue.

If we help on this, could you include the fix in 0.8.11 version?

Thank you.

Regards,
Chema.

@tduchateau
Copy link
Member Author

Comment by tduchateau from Friday Apr 19, 2013 at 09:20 GMT

Hi Chema,

Unfortunately not, for 2 reasons :

  • the scope of the 0.8.11 is already much larger than expected!
  • the underlying problem is much bigger : today the export feature is not avaible neither using AJAX source nor AJAX source with server-side enabled, so the conflict described below doens't make sense, at least, until the [CLOSED] Add the export feature using AJAX sources #106 is resolved.

Maybe you had this issue in another situation (than using AJAX source)?

@tduchateau
Copy link
Member Author

Comment by jmvivo from Friday Apr 19, 2013 at 09:35 GMT

Yes Thibault:

We try to add a new link (for item creation) on before info section using a init callback tag:

  • In Ajax mode this button never appears (except using firebug console to call link-creation function).
  • In DOM mode all works as expected.

So, we just need that configuration can handle fnInitComplete more than one function (fixing it on AJAX mode, at least).

Thank you for the fast feedback.

@tduchateau
Copy link
Member Author

Comment by tduchateau from Friday Apr 19, 2013 at 10:38 GMT

Well, OK, let's try to fix the #81 ;-)

@tduchateau
Copy link
Member Author

Comment by jmvivo from Friday Apr 19, 2013 at 10:50 GMT

Thank you very much!!!

@tduchateau
Copy link
Member Author

Comment by tduchateau from Monday May 20, 2013 at 00:15 GMT

Fixed in #81

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant