DEV Community

Discussion on: No Javascript Table with Pagination

Collapse
 
reobin profile image
Robin Gagnon

As absurd as they seem sometimes, I just love me some css only implementations of "complex" UI.

I tend to do it too much, but it’s always tempting to let javascript aside.

Collapse
 
takaneichinose profile image
Takane Ichinose

Yes, I'm just doing these things to challenge myself, and to improve my CSS skills. But in the end of the day, Javascript implementation will be more readable, in terms of coding, in my opinion.