On my site I am using the plugin wpDataTables (based on jQuery DataTables). For example, when I type HB
into the search field, I get 10
results (prices) but I only need 6
.
So I want to change the iDisplayLengt
h from 10
to 6
but it's not working as suggested @ datatables.net
Here are some Front-end callbacks via JS. Would it be possible via these front-end callbacks?