-
Notifications
You must be signed in to change notification settings - Fork 52
Draft
Conversation
Koc
Koc
commented
Jul 18, 2026
path: this.$route.path,
query: {
...this.$route.query,
customFilters: JSON.stringify([[
Contributor
Author
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TBH I don't like that we're sending potentially large json string to the server as a query parameter. Any better ideas for that?
a. use POST + body
b. use QUERY + body
c. ...?
enjeck
enjeck
reviewed
Jul 23, 2026
@enjeck
enjeck
left a comment
Contributor
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is very cool and reminds me of #662, which i had attempted to implement at some point and stopped. Let me think about if that is applicable here, maybe this idea of generating links should be more extensible somehow...
Signed-off-by: Kostiantyn Miakshyn <molodchick@gmail.com>
Koc
marked this pull request as draft
August 24, 2026 00:52
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
This PR adds possibility to 1+ rows and generate link to them, like
https://nextcloud.test/apps/tables/#/table/17?customFilters=%5B%5B%7B%22columnId%22%3A-1,%22operator%22%3A%22is-equal%22,%22value%22%3A%5B17197,17028,16446%5D%7D%5D%5D.🎥 Demo
nextcloud-share-rows-2026年07月18日_22.36.11.mp4
🏁 Checklist
/backport to stableX.X🤖 AI (if applicable)
Next steps