Skip to content

Bump react-data-table-component from 7.7.0 to 8.7.0 in /enatega-multivendor-admin - #2489

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/enatega-multivendor-admin/react-data-table-component-8.7.0
Closed

Bump react-data-table-component from 7.7.0 to 8.7.0 in /enatega-multivendor-admin#2489
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/enatega-multivendor-admin/react-data-table-component-8.7.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 20, 2026

Copy link
Copy Markdown
Contributor

Bumps react-data-table-component from 7.7.0 to 8.7.0.

Release notes

Sourced from react-data-table-component's releases.

v8.7.0

New features

  • ctx.error for custom editors — the custom editor render context now includes the current validation error (string | null), so custom editors can style their own invalid state when validate rejects a commit. → Inline editing (#1355)
  • ctx.inputRef for custom editors — attach it as the ref of your focusable element to get auto-focus when the editor opens and refocus after a rejected commit, matching the built-in editors. → Inline editing (#1355)

Full changelog: https://reactdatatable.com/docs/changelog

v8.6.2

Bug fixes

  • A numeric pixel value for TableColumn.hide (e.g. hide: 480) was a no-op — the column stayed visible at every width. Numeric breakpoints stopped working in the v8 refactor; the type now accepts only Media ('sm' | 'md' | 'lg') to match. For a custom breakpoint, track viewport width yourself and toggle the column's omit prop instead. → Mobile (#1346)
  • Fixed highlightOnHover not showing when a row's background color was set via customStyles.rows.style, since the inline style was winning over the hover class. → Styling (#1351)

Full changelog: https://reactdatatable.com/docs/changelog

v8.6.1

Bug fixes

  • A custom progressComponent could not be shown on the initial load — the skeleton rows always won. New progressSkeleton prop (default true) lets you set it to false to show your progressComponent on initial load instead. → Loading state

Full changelog: https://reactdatatable.com/docs/changelog

v8.6.0

New features

  • Context menu — new contextMenu prop adds a menu to header cells and rows, opened by right-click, a kebab (⋮) button, or both. The header menu ships built-in actions (sort ascending/descending, clear sort, pin left/right, unpin, hide column, reset); row menus render consumer-supplied actions via contextMenuActions.row, and every selection fires onContextMenuAction. Fully keyboard-accessible (role="menu", arrow keys, Escape with focus return), RTL-aware, and localizable via localization.contextMenu (all bundled locales translated). → Context menu (#1342)
  • bigint and Date selectorsPrimitive now includes bigint and Date, so selectors can return them directly for display and built-in sorting. bigint renders as its decimal string and Date as a locale string. → Columns

Bug fixes

  • Selectors that return null or undefined (e.g. a missing field) now sort to the end in both directions instead of landing in an arbitrary position. → Sorting
  • Pagination now sizes its layout from its own container instead of the window, fixing squeezed/overlapping controls in narrow containers and mobile viewports. → Pagination
  • Fixed a pagination SSR hydration mismatch that made React re-render the table client-side on wide viewports.
  • Skeleton loading rows now stretch to the full table width instead of fixed cell widths. → Loading state
  • Widened the column resize handle and fixed the neighboring header cell stealing half its grab area; the hover indicator is now centered on the column separator, including under RTL. → Resizable columns

Full changelog: https://reactdatatable.com/docs/changelog

v8.5.2

Bug fixes

  • Column resize and reorder (including column groups) now work on touch devices. Resize handles respond to touch drags; reorder uses a short press-and-hold to grab a header so a normal swipe still scrolls the table. → Column reordering

  • Fixed the native sort icon animating (fading and spinning) as it disappeared when a column returned to the unsorted state; it now clears immediately. → Sorting

... (truncated)

Changelog

Sourced from react-data-table-component's changelog.

8.7.0

New features

  • ctx.error for custom editors — the custom editor render context now includes the current validation error (string | null), so custom editors can style their own invalid state when validate rejects a commit. → Inline editing (#1355)
  • ctx.inputRef for custom editors — attach it as the ref of your focusable element to get auto-focus when the editor opens and refocus after a rejected commit, matching the built-in editors. → Inline editing (#1355)

8.6.2

Bug fixes

  • A numeric pixel value for TableColumn.hide (e.g. hide: 480) was a no-op — the column stayed visible at every width. Numeric breakpoints stopped working in the v8 refactor; the type now accepts only Media ('sm' | 'md' | 'lg') to match. For a custom breakpoint, track viewport width yourself and toggle the column's omit prop instead. → Mobile (#1346)
  • Fixed highlightOnHover not showing when a row's background color was set via customStyles.rows.style, since the inline style was winning over the hover class. → Styling (#1351)

8.6.1

Bug fixes

  • A custom progressComponent could not be shown on the initial load — the skeleton rows always won. New progressSkeleton prop (default true) lets you set it to false to show your progressComponent on initial load instead. → Loading state

8.6.0

New features

  • Context menu — new contextMenu prop adds a menu to header cells and rows, opened by right-click, a kebab (⋮) button, or both. The header menu ships built-in actions (sort ascending/descending, clear sort, pin left/right, unpin, hide column, reset); row menus render consumer-supplied actions via contextMenuActions.row, and every selection fires onContextMenuAction. Fully keyboard-accessible (role="menu", arrow keys, Escape with focus return), RTL-aware, and localizable via localization.contextMenu (all bundled locales translated). → Context menu (#1342)
  • bigint and Date selectorsPrimitive now includes bigint and Date, so selectors can return them directly for display and built-in sorting. bigint renders as its decimal string and Date as a locale string. → Columns

Bug fixes

  • Selectors that return null or undefined (e.g. a missing field) now sort to the end in both directions instead of landing in an arbitrary position. → Sorting
  • Pagination now sizes its layout from its own container instead of the window, fixing squeezed/overlapping controls in narrow containers and mobile viewports. → Pagination
  • Fixed a pagination SSR hydration mismatch that made React re-render the table client-side on wide viewports.
  • Skeleton loading rows now stretch to the full table width instead of fixed cell widths. → Loading state
  • Widened the column resize handle and fixed the neighboring header cell stealing half its grab area; the hover indicator is now centered on the column separator, including under RTL. → Resizable columns

8.5.2

Bug fixes

  • Column resize and reorder (including column groups) now work on touch devices. Resize handles respond to touch drags; reorder uses a short press-and-hold to grab a header so a normal swipe still scrolls the table. → Column reordering

  • Fixed the native sort icon animating (fading and spinning) as it disappeared when a column returned to the unsorted state; it now clears immediately. → Sorting

  • Fixed column filter menus on touch devices: the menu no longer flickers open/closed when tapping the filter icon, and filter icons on the leftmost/rightmost columns now open reliably with the panel clamped on-screen. → Filtering

... (truncated)

Commits
  • 720c4e3 chore: release v8.7.0 [skip ci]
  • 49fbbdf Add ctx.error and ctx.inputRef to custom cell editors, live validation/server...
  • ddeb5a6 docs formatting and updates (#1353)
  • 2bd3b45 chore: release v8.6.2 [skip ci]
  • 0e92398 fix: drop numeric hide breakpoint (no-op since v8), fix hover bg override (#1...
  • 5dc9ed5 fix: preserve row hover background with inline styles (#1351)
  • 0dc7bec docs: update doc api references (#1350)
  • d3463ca chore: release v8.6.1 [skip ci]
  • 3356158 allow opt out of skelton loading behaviour (#1349)
  • f65565d chore: release v8.6.0 [skip ci]
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for react-data-table-component since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [react-data-table-component](https://github.com/jbetancur/react-data-table-component) from 7.7.0 to 8.7.0.
- [Release notes](https://github.com/jbetancur/react-data-table-component/releases)
- [Changelog](https://github.com/jbetancur/react-data-table-component/blob/master/CHANGELOG.md)
- [Commits](jbetancur/react-data-table-component@v7.7.0...v8.7.0)

---
updated-dependencies:
- dependency-name: react-data-table-component
  dependency-version: 8.7.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 20, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 26, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/enatega-multivendor-admin/react-data-table-component-8.7.0 branch July 26, 2026 02:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant