cc8a1290ee
* docs: add comprehensive DataTable usage guide - Document DataTableProvider, DataTableWrapper, and DataTable components - Cover filter system with all filter types and operators - Explain segment system (system vs user segments) - Document pagination modes (infinite vs standard) - Include real-world usage examples from UserListTable, BookingsListingView, MemberList - Add TypeScript types reference and best practices Co-Authored-By: eunjae@cal.com <hey@eunjae.dev> * docs: update DataTable guide to recommend standard pagination - De-emphasize virtualized rendering and infinite mode - Position standard pagination as the recommended approach - Document known issues with infinite loading mode - Reorder pagination section to prioritize standard mode - Update best practices to recommend standard pagination Co-Authored-By: eunjae@cal.com <hey@eunjae.dev> * docs: add missing DataTable guide topics - Document getFacetedUniqueValues for faceted filters with real examples - Add useSegments prop requirement for filter segment enablement - Enhance server-side filtering documentation with comprehensive patterns - Include examples from useFacetedUniqueValues and useInsightsRoutingParameters Co-Authored-By: eunjae@cal.com <hey@eunjae.dev> * docs: add missing DataTable guide topics - Document getFacetedUniqueValues for faceted filters with real examples - Add useSegments prop requirement for filter segment enablement - Enhance server-side filtering documentation with comprehensive patterns - Include examples from useFacetedUniqueValues and useInsightsRoutingParameters - Correct server-side vs client-side filtering rationale Co-Authored-By: eunjae@cal.com <hey@eunjae.dev> * docs: enhance DataTable guide with troubleshooting and testing - Remove duplicate Key Hooks section (lines 783-803) - Add visual ASCII diagrams for architecture and component hierarchy - Add comprehensive troubleshooting section with 7 common issues and solutions - Add testing patterns section with Vitest examples and best practices - Update table of contents to include new sections - Maintain existing high-quality documentation standards Co-Authored-By: eunjae@cal.com <hey@eunjae.dev> * remove some sections --------- Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>