The sentinel row at the bottom of the tbody triggers loading when it
scrolls near the viewport. The data-controller="midwest-load-more"
attribute and its values are rendered by the component automatically.
| Name | Role | Status |
|---|---|---|
| Alice Johnson | Engineer | Active |
| Bob Smith | Designer | Active |
| Carol White | Manager | Away |
| David Lee | Engineer | Inactive |
| Eve Martinez | Designer | Active |
In a real app, wrap the table in a turbo_frame_tag and use
pagination_mode :infinite on the presenter — the rest is
handled automatically by midwest_table_from.