vaadin / flow-components

Java counterpart of Vaadin Web Components
81 stars 63 forks source link

feat: add remove functionality for grid header and footers (CP: #5990) #6344

Open yuriy-fix opened 3 weeks ago

yuriy-fix commented 3 weeks ago

This a cherry-pick of the https://github.com/vaadin/flow-components/pull/5990

sonarcloud[bot] commented 3 weeks ago

Quality Gate Passed Quality Gate passed

Issues
4 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

ugur-vaadin commented 2 weeks ago

In v24, the hidden attribute is set to the tr element for header and footer whenever the content is removed using the new API. For some reason, it is not the case with v23 back-port. Needs further investigation.