-
Notifications
You must be signed in to change notification settings - Fork 85
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
Let's add an Actions field cell type to DataGrid #433
Comments
Hey @darnel-T thanks for opening this! This sounds good to me :) Please let us discuss it internally with the Scale team —we'll do it asap—, and get back to you. Do you have an idea already of how you would implement this? |
Perfect. We have to check with design too but we need to wait until next week for that. Let's keep in touch. Thanks again! |
Thanks, cant wait! :) |
We are currently having a discussion with the design team regarding whether we should limit what one would be able to put into this new Actions cell type. So instead of having a space where you put could anything —like the current HTML type—, accept something more structured, like an array of items that would represent an action (like an icon and a callback, for instance). The whole point would be making sure we maintain the design language of the system by enforcing only certain elements. Does that make sense? The implementation would change a bit, but not that much, no? (I wanted to share also that it seemed clear to us that this addition is aligned with the idea of serving common use cases!) |
It is a perfect proposition.
|
That looks good. We're thankful and pretty much looking forward to your contribution and collaborating together. |
Cool! Can we start implementing this? |
yes, please! Once you have a PR up, we'll review it and we'll work together until it's good to merge. Again, looking forward to it. Thank you! |
Thank you very much @sagi-t! :) I will check it out today (I was off yesterday) |
Cool, we are looking forward to your feedback! |
Hey @acstll! |
Hey @darnel-T We couldn't do the release yesterday. Unfortunately there is an issue with a package that makes the release pipeline fail. But we're trying to fix it now and the new beta release will be out right after. I'll let you know :) |
@darnel-T I hope it works as expected, let me know if it doesn't. Thanks for the patience, but mostly for the amazing contribution! |
Pretty amazing! |
In our application at Telekom we need to eidit, and destroy an object represented by a row in a table.
We really like how the DataGrid operates, but it lacts the capability to add these kind of actions for each row.
We would like to implement something like this:
We in our team think that this is a general idea which is very common among applications.
We are more than ready to implement this (with my college @sagi-t), I hope you welcome this contribution! :)
The text was updated successfully, but these errors were encountered: