Hey,
how is it possible to get the onClick-Event of a TableView-Header.
Cheers,
Domi
Hey,
how is it possible to get the onClick-Event of a TableView-Header.
Cheers,
Domi
Missed this
What backend? I mean, composite / native?
Ian
In this case i used the html5-backend and composite.
Cheers,
Domi
Something like this should be fine then:
http://haxeui.org/builder/?tahtts
Note, this is using script, rather than haxe code, but the same concept applies regardless.
Its just a component on the component tree, so you can find it at will (if it were inside a custom component with a @:build macro then it would automatically be there ).