Skip to main content



      Home
Home » Eclipse Projects » Nebula » Render html content in cells(Is there a cell painter to render html)
Render html content in cells [message #1445285] Wed, 15 October 2014 04:29 Go to next message
Eclipse UserFriend
Hi,
is there support to render html content in cells? I tried to find some information of custom renderers, but the default seems to be text customization or manual painting on the graphics context.

Thanks
Benjamin
Re: Render html content in cells [message #1445360 is a reply to message #1445285] Wed, 15 October 2014 06:25 Go to previous messageGo to next message
Eclipse UserFriend
Which is the control you are asking about?
Re: Render html content in cells [message #1445362 is a reply to message #1445360] Wed, 15 October 2014 06:29 Go to previous messageGo to next message
Eclipse UserFriend
I have a NatTable because it supports large data sets. Perhaps I have to change the table implementation, to support inner tables.
Re: Render html content in cells [message #1445370 is a reply to message #1445362] Wed, 15 October 2014 06:42 Go to previous message
Eclipse UserFriend
Please ask question on NatTable in the NatTable forum.

NatTable is a painted control based on Canvas. If you need to render HTML you need to implement a custom ICellPainter that knows how to do this.
If you need to support inner tables NatTable has the TableCellPainter that at least supports rendering of a one column inner table in a cell, e.g. if your data model contains a collection of simple values.

If you need a more complex inner table, you might go on searching for another table implementation. NatTable doesn't support this atm.
Previous Topic:GridTableViewer with Checkbox Column (binding)
Next Topic:New to Nattable
Goto Forum:
  


Current Time: Sat May 03 11:11:49 EDT 2025

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

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

Back to the top