How can I have the following extensions on the same page?
How can I have the following extensions on the same page?
nayton
Posts: 16Questions: 6Answers: 0
Hi. I don't understand Javascript. So can anyone help me with an example at 'live.datatables.net' ? I would like to have the following features on the same page:
Select integration - export selected rows
Custom Search Builder
Replies
Use the Download Builder to generate all the required include files. Basically you combine the initialization code for both extensions into one init object, like this:
http://live.datatables.net/nopejiru/1/edit
Note both the
Q
andB
in thedom
option to place the Search Builder and Button elements above the table.Kevin
Thank you very much
@kthorngren Was the code in 'live.datatables' generated automatically or did you do it? If it was automatically generated, how do I get it?
I used these steps to build the example:
Q
to thedom
option to display the Search Builder.Kevin
@kthorngren
Sorry, could you explain item 3.
what is the 'Q'?
What is the gift option to display the Search Builder?
thanks
Take a look at this section of the documentation you linked to in your first post. Also take a look at the SearchBuilder docs for information of how display the Search Builder.
Kevin