Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » e(fx)clipse » TableView sort custom policy(Sort the null values in the bottom of the Table)
TableView sort custom policy [message #1826416] Fri, 24 April 2020 15:27
Marco Maisano is currently offline Marco MaisanoFriend
Messages: 22
Registered: March 2020
Junior Member
Hi,
I'm working with a TableView and in particular I'm able to fill it correctly by the ObservableMap populated by the JMS tail at runtime.

The problem is related to the default sorting policy (Ascending and Discending).

Normally I can receive entries of String type that can be:

- string like name "Rose"
- null

The poblem is that, in Ascending rule, the null are ordered before the string (as you can see in the image attached).
index.php/fa/37942/0/

Then, I need to shift the null values in the bottom of the Table , then at the end of the last entry that starts with "z".

How can I implement it?

Thank you
  • Attachment: Ascending.png
    (Size: 11.94KB, Downloaded 331 times)

[Updated on: Fri, 24 April 2020 15:29]

Report message to a moderator

Previous Topic:SHARED GL CONTEXTS
Next Topic:JDK 11 / OpenJFX 11 no CSS autocomplete and "Unknown property" warning needs fix ASAP
Goto Forum:
  


Current Time: Fri Apr 19 16:51:19 GMT 2024

Powered by FUDForum. Page generated in 0.02410 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top