CSS display attribute value changes/resets on page switch - Page 2

CSS display attribute value changes/resets on page switch

2»

Answers

  • ppasvenppasven Posts: 19Questions: 1Answers: 0

    In this test the timings are actually off.
    The initial search plugin runs on table open - where my expand is empty, but my rows().nodes() expand runs after that.

  • kthorngrenkthorngren Posts: 20,144Questions: 26Answers: 4,736

    Build your expand variable inside initComplete so its ready to use for the plugin. Same as you posted previously.

    Kevin

  • allanallan Posts: 61,446Questions: 1Answers: 10,054 Site admin

    The search plug-in in this example will run on every table draw, including the table start up. Then the code for the row expansion is executed after the start up, so yes, that order would be expected.

    Allan

Sign In or Register to comment.