What problem does it solve? Integrating a canvas-based table into an application involves many failure modes: SSR instantiation errors, dropped rows arriving before the table instance, lost scroll positions, broken cell editors, and incorrect Make schema field rendering. This Skill provides a structured, track-based workflow for correctly consuming @qfei-design/canvas-table using only documented public APIs. ## Core Features & Use Cases - Track-based integration: Choose Track A for non-Make local/virtual tables, Track C for Make schema-driven field display, and layer Track B for controlled cell editing with popup editors, rollback, and commit contracts. - Make schema field rendering: Convert schema fields into IColumn[] with normalized values, field-type renderers, precision validation, and overflow tooltips for select, user, department, file, lookup, and URL fields. - Virtual loading and large data: Apply paginated virtual loading patterns with request identity, stale-request cancellation, and bounded scheduling for fast-scroll scenarios. - Use Case: When building a Make record list page, use this Skill to create a schema-driven editable table with sequence numbers, row-head detail actions, selection routed to make-app-actions, and cell editors that follow the platform's edit contract. ## Quick Start Ask the AI to integrate @qfei-design/canvas-table into the current page with Make schema-driven columns and editable cells.