/JS-MVVM

Showcasing the MVVM (Model View ViewModel) pattern for building dynamic tables

Primary LanguageJavaScript

MVVM architecture using vanilla JavaScript to build dynamic tables.

  • Model: Represents the data
  • View: Represents the UI
  • ViewModel: Bridges the Model and View