layout of searchPanes
layout of searchPanes
HolgerMKe
Posts: 2Questions: 1Answers: 0
I am using datatables and searchPanes with bootstrap 5. How can the searchPanes be stretched to the full available space.
Thanks
Answers
new DataTable('#AddressTable',{
layout: {
top1: {
searchPanes: {
columns: [0, 1, 2],
controls: false,
cascadePanes: true,
layout: 'columns-3'
}