Closed dct24 closed 3 years ago
Hi,
I've noticed that there is no <tfoot> rendered in the table. Even after setting these options: hideFooter: false, hideTfoot: false,
<tfoot>
hideFooter: false, hideTfoot: false,
and I can't put column search fields in footer using this example: https://datatables.net/examples/api/multi_filter.html
I've also noticed in the template file that there is a columnSearch option but it does nothing - nothing changes after setting it to true.
/** true to hide the individual column search of the table @type Boolean */ columnSearch: { type: Boolean, default: false },
/**
How to implement individual column search with input fields in the footer?
Ok,
I've figured it out. The columnSearch option works if its configured in the <vdtnet-table> component not in Vue data().
<vdtnet-table>
Hi,
I've noticed that there is no
<tfoot>
rendered in the table. Even after setting these options:hideFooter: false, hideTfoot: false,
and I can't put column search fields in footer using this example: https://datatables.net/examples/api/multi_filter.html
I've also noticed in the template file that there is a columnSearch option but it does nothing - nothing changes after setting it to true.
How to implement individual column search with input fields in the footer?