-
Notifications
You must be signed in to change notification settings - Fork 12
RAPSupport
Since version 2.6.0 it is possible to use NatTable with RAP. For this several modifications needed to be done in the NatTable Core, to avoid issues when running with RAP. A detailed description about those modifications can be found in the corresponding pull request.
To support NatTable in RAP the NatTable RAP fragment needs to be added to the runtime. The fragment uses Byte Buddy to inject the necessary RAP features to NatTable. This is necessary because NatTable is based on Canvas, but we need a specialized CanvasOperationHandler to get everything working in NatTable. This is especially necessary for the mouse interactions and the scrolling. A detailed description on the details of the fragment can be found in the NatTable RAP GitHub Repository.
