Page 1 of 1

Bug: Datatable with Column Toggler

Posted: 28 Dec 2016, 16:15
by Melloware
If you use the Atlantis theme with the Column Toggler feature of the PF datatable the button and header does not size correctly.

http://www.primefaces.org/showcase/ui/d ... gler.xhtml

The button is larger than the header.

Re: Bug: Datatable with Column Toggler

Posted: 02 Jan 2017, 09:42
by mert.sincan
We have the following css for columntoggler button on live primefaces demo;

Code: Select all

<style type="text/css">
     .ui-datatable-header {
          height: 30px
      }
</style>
Therefore, I think you can change height of datatable header on Atlantis by yourself. Because, users can use other components instead of commandbutton for columntoggler. (p:commandLink or h:* etc..)

Re: Bug: Datatable with Column Toggler

Posted: 02 Jan 2017, 15:02
by Melloware
Thank you.

Re: Bug: Datatable with Column Toggler

Posted: 06 Jan 2017, 14:19
by mert.sincan
You're welcome!