stwe / DatatablesBundle

This Bundle integrates the jQuery DataTables plugin into your Symfony application.
355 stars 236 forks source link

Double header row in 1.2 #940

Closed Eloar closed 4 years ago

Eloar commented 4 years ago

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.

Example

Seb33300 commented 4 years ago

Anyone else is reproducing this issue?

K0rell commented 4 years ago

Yes

Commit see : 637bb04e907dcd8b6b6f09c93b815e03bdd18e92 File : datatable_html.html.twig row: 41

image

My code $this->options->set([ 'classes' => Style::BOOTSTRAP_4_STYLE, 'individual_filtering' => true, 'search_in_non_visible_columns' => true, ]);

Seb33300 commented 4 years ago

@philippemilink this is your PR

Seb33300 commented 4 years ago

Fixed in 1.2.1