Search from variable

Search from variable

swansea1982swansea1982 Posts: 1Questions: 1Answers: 0
edited May 2015 in Free community support

I'm got very limited experience with datatables so this is probably a really easy question for someone to answer. Is it possible to prepopulate the search field in data tables with a variable from the url

<

script>
$(document).ready(function() {
$('#example').dataTable();
"search": {
"search": #######insert variable from URL########
}
});

This discussion has been closed.