Closed Eloar closed 4 years ago
Anyone else is reproducing this issue?
Yes
Commit see : 637bb04e907dcd8b6b6f09c93b815e03bdd18e92 File : datatable_html.html.twig row: 41
My code
$this->options->set([ 'classes' => Style::BOOTSTRAP_4_STYLE, 'individual_filtering' => true, 'search_in_non_visible_columns' => true, ]);
@philippemilink this is your PR
Fixed in 1.2.1
Last version worked as it should with Symfony 3.4 application, but after 1.2 update it started to render header twice.First one header, next one filter line and then header again.