I am making an iTunes like interface which will have a list of songs which will be sortable and responsive. My intuition tells me to steer clear of HTML tables but really a table is what I am creating with divs.
I have seen its possible to make responsive tables.
I'm sure its possible to make the interface with either tables or divs but which is easier? What are the advantages of each technique?