Dynamic Navigation Theory: Dispatcher + Bubbling Core Object = Dynamic Website

See how the left menu load the corresponding content in the central area of the page.
In this example the main area of the page also include external components that will be loaded onDemand (ex. Datatable and Tabview).

DataTable Widget :: Basic Table

Datatable: Dynamic Content with a datatable control inside

Facts:
- The datatable.js and the datatsource.js were loaded by the dispacher and executed on the fly.
- The datatable.css was also loaded by the dispatcher using the CSS injection feature.