Search from variable
Search from variable
swansea1982
Posts: 1Questions: 1Answers: 0
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.