Re: Customizable Table Button Menu

2023-05-16 Thread Andy Goryachev
This looks to me like a good solution, with a rather small probability of breaking the existing application code. -andy From: openjfx-dev on behalf of Marius Hanl Date: Monday, May 15, 2023 at 15:05 To: openjfx-dev Subject: Customizable Table Button Menu In https://github.com/openjdk/jfx

Customizable Table Button Menu

2023-05-15 Thread Marius Hanl
In https://github.com/openjdk/jfx/pull/1135 I implemented a way to override the behaviour when the table menu button is clicked.   Current behaviour The table menu button is visible when setTableMenuButtonVisible(true) is called. When clicked, a ContextMenu is shown with all available columns o