Posted on 2008-12-26 02:29:54-08
by mirodin response to 9599
Re: How I can get last child of an element through Twig Handler
No, you can't use last() here. There is no way for the parser, at that point, to know that the child is the last one. You will have to set a handler on the parent (tbody here), and then you can access the last child.