-
Notifications
You must be signed in to change notification settings - Fork 162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide a set of properties to be settable to default grid CRUD editors without the need for templates #14009
Labels
grid: cell-editing
grid: row-editing
🧰 feature-request
✅ status: resolved
Applies to issues that have pending PRs resolving them, or PRs that have already merged.
Comments
ChronosSF
changed the title
Provide a set of features to be settable to default editors without the need for templates
Provide a set of properties to be settable to default grid CRUD editors without the need for templates
Mar 22, 2024
There has been no recent activity and this issue has been marked inactive. |
github-actions
bot
added
the
status: inactive
Used to stale issues and pull requests
label
May 25, 2024
github-actions
bot
removed
the
status: inactive
Used to stale issues and pull requests
label
Jun 12, 2024
ddaribo
added
👀 status: in-review
Issue is currently being reviewed
and removed
🆕 status: new
labels
Jun 26, 2024
In continuation of this comment, the currently identified candidate properties are:
Let me know what you think @ChronosSF, @rkaraivanov. @kacheshmarova could schedule a meeting to further discuss the specs. |
To sum up the meeting discussion:
|
ddaribo
added
🛠️ status: in-development
Issues and PRs with active development on them
and removed
👀 status: in-review
Issue is currently being reviewed
labels
Jul 3, 2024
14 tasks
14 tasks
ddaribo
added
✅ status: resolved
Applies to issues that have pending PRs resolving them, or PRs that have already merged.
🛠️ status: in-development
Issues and PRs with active development on them
and removed
🛠️ status: in-development
Issues and PRs with active development on them
✅ status: resolved
Applies to issues that have pending PRs resolving them, or PRs that have already merged.
labels
Oct 3, 2024
kacheshmarova
added
✅ status: resolved
Applies to issues that have pending PRs resolving them, or PRs that have already merged.
and removed
🛠️ status: in-development
Issues and PRs with active development on them
labels
Oct 14, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
grid: cell-editing
grid: row-editing
🧰 feature-request
✅ status: resolved
Applies to issues that have pending PRs resolving them, or PRs that have already merged.
Is your feature request related to a problem? Please describe.
Currently every customization for the grid's default editors requires fully custom templates which however sometimes add complexity far beyond what the change calls for (e.g. having to handle change events and value assignments for simply wanting to change some display format)
Describe the solution you'd like
The column component can accept some objects based on pre-defined interfaces that it then uses to init its editors with the default templates.
Describe alternatives you've considered
n/a
Additional context
n/a
The text was updated successfully, but these errors were encountered: