Hi Bruno,
If you want to look at the Custom TableView tutorial
(http://pivot.apache.org/tutorials/table-views.custom.html), it shows a
solution based mostly in BXML. You can also call the
"getTableViewHeaderListeners().add(...)" and the
"getTableViewHeaderPressListeners().add(...)" methods in TableViewHeader
in your Java code and implement these listeners.
HTH,
~Roger Whitcomb
From: Bruno Rodrigues [mailto:[email protected]]
Sent: Thursday, July 26, 2012 1:14 AM
To: user
Subject: how to add a listener to a column header in a table view
Hello guys,
simple question: how to add a listener to a column header? I want to
sort the tableview lines based on it. am I clear?
thanks!