Attempt for DFL-3654: Selectors (nth-child()) used for the sortable tabl...#109
Attempt for DFL-3654: Selectors (nth-child()) used for the sortable tabl...#109danfooo wants to merge 1 commit intoDFL-3654-reviewedfrom
Conversation
|
Feels slightly over-engineered to me. Why not just generate the classes in the corresponding template? |
|
I have to agree with @hzr, must be possible to add the corresponding classes in the templates. I do similar things in the templates of the new Resource Service |
|
In https://github.com/operasoftware/dragonfly/pull/109/files#L4R179 for example, different rows come together from different templates. You'd pass @p01 if you do a similar thing, doesn't that mean it's useful to do it in one common place instead? I don't think it's expensive either. Edit: Github kills my link here for some reason, I meant to point to a specific line |
...e are slow