Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » NatTable » Right way to add a painter on the column header
Right way to add a painter on the column header [message #1089799] Mon, 19 August 2013 09:00 Go to next message
SD Khan is currently offline SD KhanFriend
Messages: 63
Registered: May 2013
Member
Hi!

I wants to add a painter on the column header, so i am following this way

getConfigRegistry().registerConfigAttribute(CellConfigAttributes.CELL_PAINTER, bgPainter,DisplayMode.NORMAL,GridRegion.COLUMN_HEADER);
but that's not working for me, however i have successfully applied painter on table cells with this method. So, should i am missing any thing in case of column header ?
Re: Right way to add a painter on the column header [message #1089847 is a reply to message #1089799] Mon, 19 August 2013 10:22 Go to previous message
Dirk Fauth is currently offline Dirk FauthFriend
Messages: 2902
Registered: July 2012
Senior Member
Have you ensured that you do this configuration after calling natTable.configure()?
Previous Topic:Custom order of nodes in NatTable tree
Next Topic:Problem with new dropdown when I click on something else
Goto Forum:
  


Current Time: Fri Apr 26 03:29:19 GMT 2024

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

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

Back to the top