wicket-pivot icon indicating copy to clipboard operation
wicket-pivot copied to clipboard

Simple web pivot table using Apache Wicket

Results 5 wicket-pivot issues
Sort by recently updated
recently updated
newest added

Bumps org.apache.derby:derby from 10.9.1.0 to 10.17.1.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.derby:derby&package-manager=maven&previous-version=10.9.1.0&new-version=10.17.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

In one of my web project I need a small support for a pivot. The application is built using Pippo micro web framework (not Wicket). I was wondering if it's...

change1:- Using HashSet (look-up is O(1)) for pathRenderedCache which is optimized compared ArrayList change 2:- Calculation of leaf span Using recursion to optimize the method by reducing the number of...

For example "conditional cell rendering" (if "value > 3" background "red"). Anybody can come with any idea. Thanks.

question

Have been using https://github.com/decebals/wicket-pivot for a year now. There occured a scenario where the processing of 27 thousand + records takes close to 90% of JVM memory during execution and...