Bug between dom declaration and multi select rows

Bug between dom declaration and multi select rows

Lulou40Lulou40 Posts: 1Questions: 1Answers: 0

Hi everyone, I got some issue with my DataTable and I didn't find a way to fix it.
My situation: I have a table and i need to change de dom declaration. I'm using the bootstrap 4 way. The thing is when i put this dom on top of my table, it removes the possibily to select rows in my table, but if i put it at the bottom of this one, everything work perfectly... im kinda lost here...
The Code:

 select: {
                    style: 'multi',
                    // selector: 'td:first-child'
                },

                 dom: "<'row mt-3 mx-0'<'col-lg-2 d-flex align-items-center'p><'col-lg-2 d-flex align-items-center'l><'col-lg-3 d-flex align-items-center'i><'col-lg-5 text-right'B>>",

Thanks for the answer :)

Answers

  • colincolin Posts: 15,112Questions: 1Answers: 2,583

    Hi @Lulou40 ,

    We're happy to take a look, but as per the forum rules, please link to a test case - a test case that replicates the issue will ensure you'll get a quick and accurate response. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here.

    Cheers,

    Colin

This discussion has been closed.