layout of searchPanes

layout of searchPanes

HolgerMKeHolgerMKe Posts: 2Questions: 1Answers: 0
edited October 7 in Free community support

I am using datatables and searchPanes with bootstrap 5. How can the searchPanes be stretched to the full available space.
Thanks

Answers

  • HolgerMKeHolgerMKe Posts: 2Questions: 1Answers: 0
    edited October 7

    new DataTable('#AddressTable',{
    layout: {
    top1: {
    searchPanes: {
    columns: [0, 1, 2],
    controls: false,
    cascadePanes: true,
    layout: 'columns-3'
    }

               }
           },
           stateSave: true,
           "pageLength": 200,
           "language": {
               "url": 'https://cdn.datatables.net/plug-ins/1.11.5/i18n/de-DE.json'
           },                               
           "columnDefs": [
               { "type": "date", targets: 0 }                
           ]      
    
Sign In or Register to comment.