Hi Lance and trsvax,
Thanks for your respective answers. I'm using the got5 tapestry5-jquery
DataTable component (datables.net). I had a little difficulty writing a
mixin higher up the chain so for now (due to time constriants) I've resorted
to writing a mixin that interacts with the DataTables jQ
should have been
cell text
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Dynamically-Writing-Raw-to-Grid-Cells-tp5716164p5716169.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
---
I think you could create a "raw" datatype. Then in your bean
@Datatype("raw")
private String rawData;
Then create a property display block
but it seems like what you really want is
CellText
If that's the case I'd add a mixin to GridGell and write out the span tag.
GridCell has acce
You could always attach a custom mixin to the DataTable which decorates the
DOM.
http://tapestry.apache.org/component-mixins.html
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Dynamically-Writing-Raw-to-Grid-Cells-tp5716164p5716167.html
Sent from the Tapestry - User mai