Pipelining code...

Pipelining code...

brianmmbrianmm Posts: 41Questions: 0Answers: 0
edited June 2009 in General
Dumb Q... just leaving for day so not looked :)

The pipelining code etc can that be put into a .js file and re-used or does it need to be done for each table?

Replies

  • allanallan Posts: 61,740Questions: 1Answers: 10,111 Site admin
    It certainly can be. All the is required, is that the JS file containing any code which is depending on DataTables (plug-in APIs etc) is put after that jquery.datatables.js file. Remember that having lots of different JS files isn't particularly good for performance, so you might want to consider combining them all into one (or have a development / production type build system :-) ).

    Hope this helps!

    Regards,
    Allan
This discussion has been closed.