filtering DOM and server side

filtering DOM and server side

romaresromares Posts: 3Questions: 0Answers: 0
edited December 2012 in General
Hi,

I'm wondering is it possible to firstly filter DOM, and then if search result is 0 to filter using server side script. Thanks...

Replies

  • allanallan Posts: 63,523Questions: 1Answers: 10,473 Site admin
    No - you can use DataTables in either server-side processing mode, or in client-side processing mode. It is not possible to flip between the two dynamically, since all of the data must be available at a single source.

    Allan
  • romaresromares Posts: 3Questions: 0Answers: 0
    Ok, thanks for quick answer
This discussion has been closed.