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######## } });