chore: update datatable version to add support for sticky column by iamejaaz [frappe] PR#31454
From: https://github.com/frappe/frappe/pull/31454
Date: 2025-02-28 14:17:43+05:30
- Merge pull request #31454 from iamejaaz/sticky-datatable-column
- style: format code
Diagnostics
pre-commit failed for source commit: d5b532d498ff700ddab8d243561b1cb18756198c
[WARNING] top-level `default_stages` uses deprecated stage names (commit) which will be removed in a future version. run: `pre-commit migrate-config` to automatically fix this.
pre-commit failed for source commit: a23b790ccbf4d6e9782461bc7af9f493fc578bf7
[WARNING] top-level `default_stages` uses deprecated stage names (commit) which will be removed in a future version. run: `pre-commit migrate-config` to automatically fix this.
Suspicious merge commit detected: a23b790ccbf4d6e9782461bc7af9f493fc578bf7
Suspicious changes found (Telemetry / sentry):
* 092b27c88258e843905bdf808b1d11b75d77f71b style: format code
```diff
```
Suspicious changes found (Dokos Only / dokos):
* 092b27c88258e843905bdf808b1d11b75d77f71b style: format code
```diff
```
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-31454
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-31454
# Make changes then rebase
git rebase -i develop
# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue
# Force-push changes
git push --force-with-lease