SearchPanes nightly: cascadePanes broken

SearchPanes nightly: cascadePanes broken

Replies

  • allanallan Posts: 61,439Questions: 1Answers: 10,053 Site admin

    Thanks for the test case - almost certainly something to do with the new initialisation of the panes rather than using one of the built in initialisations. I'll take a look into this later today :)

    Allan

  • allanallan Posts: 61,439Questions: 1Answers: 10,053 Site admin

    Hi Pascal,

    Apologies - the weekend got away from me! I've been looking into this and there are two changes needed:

    1. A fix that I've committed to SearchPanes
    2. If you want to use the cascade feature of SearchPanes, you actually need to intialise with the DataTable.SearchPanesST class. That's non-intuitive and I will look at a way to address that (either a warning or a redirection in the code).

    Putting that together gives us: http://live.datatables.net/cigusizo/20/edit

    Regards,
    Allan

  • pgerundtpgerundt Posts: 90Questions: 13Answers: 2

    Hi Allan,

    the fix works great, thank you very much.

    Case closed.

Sign In or Register to comment.