Hi everyone.
we have developed a few sites in swift and it seems like the row item structure seems to be tied really hard to columns. This makes it really hard to make a small change on the row item. in this use case i have now, i need to add a checkbox on the row item, adding a simple css to the row background image. how would i do that without needing to change all the 18 row items?
I could copy all the items and make the change, but i dont know if that is the way to go considering upgrading swift in the future.
so the question is how we add a simple checkbox or some other simple item change without needing to replace all the swift row items ?
/best regards Christoffer