Hi Petter,
on datatables.net the search box works just like this.
I found a solution that could work but only in the premium version for custom buttons.
"wpda_buttons_custom": [
{
"text": "X",
"action": "function ( e, dt, node, config ) {dt.search('').draw();}"
}
]
It’s nice if such a solution was implemented in the free version. ??
Thanks.
Best regards.
-
This reply was modified 3 years, 4 months ago by OriOn.