home.social

#day37 — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #day37, aggregated by home.social.

  1. #100DaysOfCode : #VanillaJS

    #Day37 : Table with dynamic pagination

    Online demo : teotimepacreau.github.io/Table

    Source Code : github.com/teotimepacreau/Tabl

    Learned :
    - pushing in an array each rows until a number of rowsPerPage with a for(i=0; i<arrayOfRows.length; i=i+rowsPerPage)
    - implemented ViewTransitions API
    - active page styled
    - tried to implement a sorter but non complete

    #WebDev #Frontend #CSS #WebDesign #LearnWebDev #Javascript #LearnToCode #LearnJavascript #JS #ViewTransitionsAPI