EvotecIT / PSWriteHTML

PSWriteHTML is PowerShell Module to generate beautiful HTML reports, pages, emails without any knowledge of HTML, CSS or JavaScript. To get started basics PowerShell knowledge is required.
MIT License
826 stars 106 forks source link

SearchPane size #299

Open paddy75 opened 2 years ago

paddy75 commented 2 years ago

Hi, i have the following code: New-HTMLTable -Title $Title -DataTable $DatenTabelle -PagingLength 10 -HideFooter -ScrollCollapse -FixedHeader -Style cell-border -Buttons excelHtml5, pageLength, searchPanes -SearchBuilder

The searchpane for two columns is displayed in two rows now and it's going over the complete screen with. See attachment 1

I'm using version 0.0.163. In an older version it behaves not like that.

paddy75 commented 2 years ago

On my test machine IE was set as default browser, after changed it to chrome everything looks fine also in Edge. But in Firefox is diffren 2 d

PrzemyslawKlys commented 2 years ago

IE I don't intend to fight unless it will by by accident. Firefox should behave the same as Edge and Chrome.