Skip to content

feat: Data table updates [AGVSOL-490]#286

Merged
frankkluijtmans merged 3 commits intomainfrom
feat/data-table
Mar 5, 2026
Merged

feat: Data table updates [AGVSOL-490]#286
frankkluijtmans merged 3 commits intomainfrom
feat/data-table

Conversation

@frankkluijtmans
Copy link
Copy Markdown
Contributor

@frankkluijtmans frankkluijtmans commented Mar 3, 2026

Notes

The following features we're added for the data table in order to get it ready for use in our vertical:

  • Add faceted filter components
  • Add search
  • Add column selector with drag and drop support
  • Small refactors

Demo

data-table

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Mar 3, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (PT)
apollo-canvas 🟢 Ready Preview, Logs Mar 05, 2026, 02:31:23 AM
apollo-ui-react 🟢 Ready Preview, Logs Mar 05, 2026, 02:31:30 AM
apollo-vertex 🟢 Ready Preview, Logs Mar 05, 2026, 02:32:00 AM
apollo-wind 🟢 Ready Preview, Logs Mar 05, 2026, 02:32:02 AM

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Mar 3, 2026

Dependency Review

The following issues were found:
  • ✅ 0 vulnerable package(s)
  • ✅ 0 package(s) with incompatible licenses
  • ✅ 0 package(s) with invalid SPDX license definitions
  • ⚠️ 3 package(s) with unknown licenses.
See the Details below.

License Issues

apps/apollo-vertex/package.json

PackageVersionLicenseIssue Type
@dnd-kit/core^6.3.1NullUnknown License
@dnd-kit/sortable^10.0.0NullUnknown License
@dnd-kit/utilities^3.2.2NullUnknown License
Allowed Licenses: AFL-1.1, AFL-1.2, AFL-2.0, AFL-2.1, AMPAS, APAFML, Adobe-2006, Afmparse, ADSL, AMDPLPA, ANTLR-PD, Apache-1.0, Apache-1.1, Apache-2.0, AML, Artistic-1.0, Artistic-1.0-Perl, Artistic-1.0-cl8, Artistic-2.0, AAL, Bahyph, Barr, Beerware, BSL-1.0, Borceux, BSD-1-Clause, BSD-2-Clause, BSD-2-Clause-FreeBSD, BSD-2-Clause-NetBSD, BSD-3-Clause, BSD-3-Clause-Clear, BSD-3-Clause-No-Nuclear-License-2014, BSD-3-Clause-No-Nuclear-Warranty, BSD-4-Clause, BSD-Source-Code, BSD-3-Clause-Attribution, 0BSD, BSD-2-Clause-Patent, BSD-4-Clause-UC, bzip2-1.0.5, bzip2-1.0.6, CECILL-B, ClArtistic, MIT-CMU, CNRI-Jython, CNRI-Python, CNRI-Python-GPL-Compatible, Condor-1.1, CC0-1.0, Crossword, CrystalStacker, Cube, curl, diffmark, WTFPL, DOC, DSDP, ECL-1.0, ECL-2.0, eGenix, EFL-1.0, EFL-2.0, MIT-advertising, MIT-enna, Entessa, Fair, MIT-feh, FTL, Giftware, HPND, IBM-pibs, ICU, ImageMagick, IJG, Info-ZIP, Intel, ISC, JasPer-2.0, LPPL-1.3c, BSD-3-Clause-LBNL, Leptonica, Libpng, libtiff, Linux-OpenIB, LPL-1.02, LPL-1.0, MTLL, MS-PL, MirOS, MITNFA, MIT, MIT-0, mpich2, Multics, Mup, NASA-1.3, Naumen, NBPL-1.0, Net-SNMP, NetCDF, Newsletr, NLPL, NRL, NTP, OGTSL, OLDAP-2.2.2, OLDAP-1.1, OLDAP-1.2, OLDAP-1.3, OLDAP-1.4, OLDAP-2.0, OLDAP-2.0.1, OLDAP-2.1, OLDAP-2.2, OLDAP-2.2.1, OLDAP-2.3, OLDAP-2.4, OLDAP-2.5, OLDAP-2.6, OLDAP-2.7, OLDAP-2.8, OML, OpenSSL, PHP-3.0, PHP-3.01, Plexus, PostgreSQL, psutils, Python-2.0, Qhull, Rdisc, RSA-MD, Ruby, Saxpath, SWL, SGI-B-2.0, Spencer-86, Spencer-94, Spencer-99, SMLNJ, TCL, TCP-wrappers, TU-Berlin-1.0, TU-Berlin-2.0, Unlicense, Unicode-DFS-2015, Unicode-DFS-2016, UPL-1.0, NCSA, VSL-1.0, W3C-20150513, W3C-19980720, W3C, Wsuipa, Xnet, X11, Xerox, XFree86-1.1, xinetd, xpp, Zed, Zend-2.0, Zlib, zlib-acknowledgement, ZPL-1.1, ZPL-2.0, ZPL-2.1, BlueOak-1.0.0, BSD-2-Clause-Views, JSON

OpenSSF Scorecard

PackageVersionScoreDetails
npm/@dnd-kit/core ^6.3.1 UnknownUnknown
npm/@dnd-kit/sortable ^10.0.0 UnknownUnknown
npm/@dnd-kit/utilities ^3.2.2 UnknownUnknown

Scanned Files

  • apps/apollo-vertex/package.json

Comment thread apps/apollo-vertex/registry/data-table/data-table-column-header.tsx Fixed
Comment thread apps/apollo-vertex/registry/data-table/data-table-pagination.tsx Fixed
Comment thread apps/apollo-vertex/registry/data-table/data-table-search.tsx Fixed
Comment thread apps/apollo-vertex/registry/data-table/data-table-view-options.tsx Fixed
Comment thread apps/apollo-vertex/registry/data-table/data-table.tsx Fixed
Comment thread apps/apollo-vertex/registry/data-table/data-table-search.tsx Fixed
Comment thread apps/apollo-vertex/registry/data-table/data-table-search.tsx Fixed
Comment thread apps/apollo-vertex/registry/data-table/data-table-column-header.tsx Fixed
Comment thread apps/apollo-vertex/registry/data-table/data-table-search.tsx Fixed
Comment thread apps/apollo-vertex/registry/data-table/data-table-pagination.tsx Fixed
Comment thread apps/apollo-vertex/registry/data-table/data-table-view-options.tsx Fixed
Comment thread apps/apollo-vertex/registry/data-table/data-table.tsx Fixed
Comment thread apps/apollo-vertex/registry/data-table/data-table-search.tsx Fixed
Comment thread apps/apollo-vertex/registry/data-table/data-table-search.tsx Fixed
@frankkluijtmans frankkluijtmans force-pushed the feat/data-table branch 4 times, most recently from 1aa82c6 to 03ce073 Compare March 3, 2026 14:42
@frankkluijtmans frankkluijtmans marked this pull request as ready for review March 3, 2026 14:45
@frankkluijtmans frankkluijtmans marked this pull request as draft March 3, 2026 15:06
@frankkluijtmans frankkluijtmans marked this pull request as ready for review March 3, 2026 15:29
Comment thread apps/apollo-vertex/registry/data-table/data-table-column-header.tsx Outdated
Comment thread apps/apollo-vertex/registry/data-table/data-table-faceted-filter.tsx Outdated
Comment thread apps/apollo-vertex/registry/data-table/data-table-faceted-filter.tsx Outdated
Comment thread apps/apollo-vertex/registry/data-table/data-table-faceted-filter.tsx Outdated
Comment thread apps/apollo-vertex/registry/data-table/data-table-view-options.tsx Outdated
Comment thread apps/apollo-vertex/registry/data-table/data-table-view-options.tsx Outdated
Comment thread apps/apollo-vertex/registry/data-table/data-table-view-options.tsx Outdated
Comment thread apps/apollo-vertex/registry/data-table/data-table-skeleton.tsx
Comment thread apps/apollo-vertex/registry/data-table/data-table-search.tsx
Comment thread apps/apollo-vertex/registry/data-table/data-table-pagination.tsx Outdated
@frankkluijtmans frankkluijtmans force-pushed the feat/data-table branch 5 times, most recently from 292a0a5 to b4fa11c Compare March 4, 2026 16:01
Comment thread apps/apollo-vertex/registry/data-table/sortable-column-list.tsx Fixed
Comment thread apps/apollo-vertex/registry/data-table/sortable-column-list.tsx Fixed
@frankkluijtmans frankkluijtmans requested a review from 0xr3ngar March 4, 2026 16:11
@frankkluijtmans frankkluijtmans merged commit cbcaee9 into main Mar 5, 2026
37 checks passed
@frankkluijtmans frankkluijtmans deleted the feat/data-table branch March 5, 2026 10:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants