Besides just modifying table UI and adding extra controls, Ember Table also changes how tables handle the data itself.
This extension was coded so it will lazy-load rows as they become visible on screen, fetching the data only when it's needed.
This...