Renders the Session Detail page's Raw Data tab — a paginated table
of every row in the session. Columns cover the most-commonly-logged
Torque Pro PIDs (time, speed, RPM, throttle, load, boost, coolant,
HP, lat, lon); missing PIDs render as em-dash placeholders.
Default page size is PAGE_SIZE rows. Pagination control sits below
the table and stays out of view when the session fits on one page.
Cross-tab cursor sync (TODO §22) is deferred — the Recharts syncId
inside Overview already handles shared-cursor within a single tab,
and hovering rows here has nothing chart-shaped to drive until the
Charts tab gets a "show alongside raw data" split-view.
Renders the Session Detail page's Raw Data tab — a paginated table of every row in the session. Columns cover the most-commonly-logged Torque Pro PIDs (time, speed, RPM, throttle, load, boost, coolant, HP, lat, lon); missing PIDs render as em-dash placeholders.
Default page size is
PAGE_SIZErows. Pagination control sits below the table and stays out of view when the session fits on one page.Cross-tab cursor sync (TODO §22) is deferred — the Recharts
syncIdinside Overview already handles shared-cursor within a single tab, and hovering rows here has nothing chart-shaped to drive until the Charts tab gets a "show alongside raw data" split-view.