Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
TableProApp
/
TablePro
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
397
Star
6k
Code
Issues
49
Pull requests
15
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
refactor(datagrid): persistent column pool + typed cell hierarchy
- #951
#951
Merged
datlechin
merged 15 commits into
main
TableProApp/TablePro:main
from
refactor/datagrid-phase2-cells-and-columns
TableProApp/TablePro:refactor/datagrid-phase2-cells-and-columns
Copy head branch name to clipboard
Apr 30, 2026
Conversation
Commits
15
(15)
Checks
Files changed
Merged
refactor(datagrid): persistent column pool + typed cell hierarchy
#951
datlechin
merged 15 commits into
main
TableProApp/TablePro:main
from
refactor/datagrid-phase2-cells-and-columns
TableProApp/TablePro:refactor/datagrid-phase2-cells-and-columns
Copy head branch name to clipboard
Commits
Commits on Apr 30, 2026
perf(datagrid): add OSLog signposts to measure cell rendering hot path
datlechin
committed
60537f6
View commit details
Copy full SHA for 60537f6
Browse repository at this point
refactor(datagrid): add typed cell hierarchy + registry foundation
datlechin
committed
cd7e2c0
View commit details
Copy full SHA for cd7e2c0
Browse repository at this point
refactor(datagrid): persistent column pool with slot-based identifiers
datlechin
committed
0d3468c
View commit details
Copy full SHA for 0d3468c
Browse repository at this point
refactor(datagrid): wire registry + pool, delete mega-cell
datlechin
committed
bd34421
View commit details
Copy full SHA for bd34421
Browse repository at this point
fix(datagrid): set cell text-field delegate once, drop redundant per-render mutations
datlechin
committed
313d94e
View commit details
Copy full SHA for 313d94e
Browse repository at this point
fix(datagrid): filter saved column order to current schema before moveColumn
datlechin
committed
bc95c86
View commit details
Copy full SHA for bc95c86
Browse repository at this point
fix(datagrid): reset slot order on reconcile, skip idempotent header rebuild
datlechin
committed
a80f6d7
View commit details
Copy full SHA for a80f6d7
Browse repository at this point
fix(datagrid): attach columns in saved order on first growth, eliminate reorder flicker
datlechin
committed
1d9074b
View commit details
Copy full SHA for 1d9074b
Browse repository at this point
fix(datagrid): detect column schema change via names not slot identifiers
datlechin
committed
ea2ee6e
View commit details
Copy full SHA for ea2ee6e
Browse repository at this point
fix(datagrid): suppress moveColumn animation during reconcile to prevent visible swap
datlechin
committed
6f92de0
View commit details
Copy full SHA for 6f92de0
Browse repository at this point
test(datagrid): add DataGridColumnPool and DataGridCellRegistry tests
datlechin
committed
27e9ae8
View commit details
Copy full SHA for 27e9ae8
Browse repository at this point
docs(datagrid): drop perf instrumentation, add Phase 2 design doc and changelog
datlechin
committed
36c04cf
View commit details
Copy full SHA for 36c04cf
Browse repository at this point
docs(datagrid): remove Phase 2 design doc
datlechin
committed
d25115d
View commit details
Copy full SHA for d25115d
Browse repository at this point
fix(datagrid): always reconcile columns when data present, drop stale layout-skip optimization
datlechin
committed
35d4406
View commit details
Copy full SHA for 35d4406
Browse repository at this point
fix(datagrid): scope move animation to moveColumn calls + add pool teardown hook
datlechin
committed
2414547
View commit details
Copy full SHA for 2414547
Browse repository at this point
You can’t perform that action at this time.