Introduction ZK Pivottable is a data summarizing component; taking a flat table as raw data and organizes the data into desired categories arranged by columns and rows. It brings the power of spreadsheet’s pivot table functionality to Java web applications. This blog post will demonstrate how ZK Pivottable can be used inside a JSP page. […]

Read More

Introduction In general, when we develop a website with ZK, we divide the webpage into header, body and footer with the borderlayout. However, there are times when we can utilize a layout component such as the columnlayout to effectively make use of the space of the page layout. Unlike the borderlayout, when the height of the content is […]

Read More

Hello Everyone, First of all, we are happy to announce that we have reached 10 Million visits on www.zkoss.org achieving yet another milestone of the company! In conjunction with our Facebook celebrating event, we are also offering more free online training sessions as a token of appreciation to each and everyone of your support! Don’t […]

Read More

IntroductionMacro component is a useful technique to modularize complex ZUL pages. In most use cases, macro component consists of several fixed components. However, you may want to append more components inside a macro component based on some action. This blog will show how you can add additional components to a wired component inside a macro […]

Read More