RowReorder - dataTable is not displayed properly

RowReorder - dataTable is not displayed properly

tbreton14tbreton14 Posts: 1Questions: 1Answers: 0

Hello all,

I have a problem with the RowReorder of DataTable, I expose you the stack that I use:

  • Symfony 3.4
  • Webpack Encore
  • Boostrap 4

In my JS file, to import after adding "datatables.net-rowreorder-bs4" via yarn, I make a "require ('datatables.net-rowreorder') ();".

It works and I can use rowreorder, the problem is that it skipped my CSS Bootstrap 4 and the rest of the dataTable is not displayed properly.

Ideas ?

Merci.

Answers

  • colincolin Posts: 15,237Questions: 1Answers: 2,598

    Hi @tbreton14 ,

    We're happy to take a look, but it would help, as per the forum rules, if you could link to a running test case showing the issue so we can offer some help. 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.