TableDnD icon indicating copy to clipboard operation
TableDnD copied to clipboard

jQuery plug-in to drag and drop rows in HTML tables

Results 59 TableDnD issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Open These updates have all been created already. Click a checkbox below to...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [release-it](https://togithub.com/release-it/release-it) | [`15.1.1` -> `15.4.0`](https://renovatebot.com/diffs/npm/release-it/15.1.1/15.4.0) | [![age](https://badges.renovateapi.com/packages/npm/release-it/15.4.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

Bumps [release-it](https://github.com/release-it/release-it) from 15.1.1 to 15.2.0. Release notes Sourced from release-it's releases. Release 15.2.0 Update dependencies (b78eb1e) Add package.json to exports (acc66f7) Fixes loading scoped plugins to ensure name is...

dependencies

Is there a way to make the drag function on mobile to start when the item is held for some time? Right now, its hard to scroll on the page...

Bumps [jshint](https://github.com/jshint/jshint) from 2.13.4 to 2.13.5. Release notes Sourced from jshint's releases. JSHint 2.13.5 2.13.5 (2022-07-08) Bug Fixes Tolerate late definition of async function (#3618) (5c256a2) Changelog Sourced from jshint's...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [jshint](http://jshint.com/) ([source](https://togithub.com/jshint/jshint)) | [`2.13.4` -> `2.13.5`](https://renovatebot.com/diffs/npm/jshint/2.13.4/2.13.5) |...

Bumps [parse-url](https://github.com/IonicaBizau/parse-url) from 6.0.0 to 6.0.2. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=parse-url&package-manager=npm_and_yarn&previous-version=6.0.0&new-version=6.0.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

I was hit by this again, this is also related to https://github.com/isocra/TableDnD/issues/100 This you a new md markup available on github ;-) Thank you for review and merge! Gauthier

The point is to only make draggable row if the user hover over col1 of the table.

If there are span tags in table cells it's not possible to use drag 'n' drop is not working in this area. How can this be changed? How to change...