Commit Graph

3 Commits

Author SHA1 Message Date
Misaka_Company
f78918c3b0 Add click-to-lock row highlighting
Clicking a row locks an orange highlight (#fff7e6) across the whole row
including fixed columns; clicking the same row unlocks, clicking another
switches. Lock resets on search/clear. Highlight survives horizontal scroll
since rowClassName applies to all row fragments.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-06-18 09:46:25 +08:00
Misaka_Company
93564c6f4e Add production data table with Ant Design and SQL Server integration
- Add API route to execute stored procedure and query production data
- Build search bar with isolated component to prevent input lag on large datasets
- Configure Ant Design Table with sticky header and horizontal scroll for 56 columns
- Add antd, @ant-design/icons, mssql dependencies
- Configure allowedDevOrigins for LAN access

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-06-10 10:05:32 +08:00
Misaka_Company
38adf674e8 Initial commit: Web Table project scaffolded with Next.js
Created using create-next-app with TypeScript, Tailwind CSS, ESLint, and App Router.
2026-06-10 09:08:41 +08:00