>>52724628>also what does href do?href is used in html to put a clickable link, in this case, it references to the ID of the modal berryDexModal.html
>is it possible to make make it so that the column can referrence the berrydexmodal instead of copy pasting the whole thing?You can turn it in to a template (check templates folder), but templates are mostly used if you need to use the same code in several places
I think you can also use @import too but to be honest I never used it so I don't know if there is some complexity with it, I know index.html uses it to load modals and some containers but that's it