Open areyabhishek opened 4 years ago
Yeah, that would awesome, something similar to this: https://docs.retool.com/docs/working-with-tables#editing-table-values-making-data-editable
Something with "formula" support would be amazing. Luckysheet https://github.com/mengshukeji/Luckysheet tries to be Excel like which is great already. But I think appsmith can go a step further to support calling javascript as a formula.
@mingfang thank you for the suggestion!
Reference to a library we can use for this widget, referred by a community member on discord
This could be a nice candidate for the datagrid widget: https://revolist.github.io/revogrid/
If would be great if Appsmith can be used build something that works like seektable https://www.seektable.com
@riodeuno @somangshu Can we schedule a discussion around this widget?
Many companies in the financial sector OR else where who maintain and input a large amount of data would view this feature as essential.
@kavhad thanks for the additional context 👍 We are yet to prioritise this and bring it up on our roadmap, Right now we are focusing more to improve our table widget to handle large amounts of data.
We will post back here once we have decided to take this forward.
Hi @somangshu, sounds promisin. Can you share anything about how you're going to improve the existing table widget for the mentioned purpose?
Sure @kavhad, as of now you can track it in #9135. This is our first set of goal before we can move ahead. There are more enhancements in the pipeline. Let us know if you wish to checkout the dev version, we will be more than happy to have your feedback.
Cc @dilippitchika
Hey @kavhad would you be willing to help us understand how this can helpful for the financial sector specifically? If you are, would you be able to jump on a call with us and walk through financial use-cases?
Adding a link to book a slot which is convenient for you - https://calendly.com/dilip_pitchika/30min?back=1&month=2022-05
Do let me know if this doesn't work out, i will figure out another way to get in touch with you.
@Nikhil-Nandagopal this was raised for quite some time and last prioritized for Q4 22 I read. Can you update us on progress + direction ? I.e. new widget, enhanced Table widget or use of compatible external library ?
@yan-hic we de-prioritised this in favour of making the table widget inline editable. It works slightly different to a datagrid but it seemed to solve most use cases. Have you tried it out? Would love to hear if it still doesn't meet your use case.
We'll be working on making adding custom widgets easier so that we can power widget use cases faster.
Yes, I am using mainly the table widget and have requested features through discord already. I think the main missing feature would be cell selecting and editing, without the need to click on caret.
That sounds like a reasonable addition! cc: @dilippitchika
Yes, i will prioritise this soon and deliver it in the next Quarter.
There are some caveats to this which we need to bypass -
@yan-hic one solution which i am thinking of exploring is
@dilippitchika you're reading my mind - navigating (pointer or keyboard arrows) and introducing the concept of CurrentCell
and/or CurrentColumn
would be great. Then editing could indeed be enabled by pressing Enter or F2 (as seen elsewhere), or a configurable keystroke.
One important feature though: copy/pasting experience can be better. Pasting works as-is (using whatever shortcut e.g. Ctrl-V on Win) but copying the cell content should be as easy as using the shortcut (e.g. Ctrl-C) while on the cell. Currently, one needs to edit, select the text and copy.
@yan-hic we recently introduced a custom widget that makes it really easy to add widgets like a Datagrid. Check out the post below where you can fork the data grid into your application. https://community.appsmith.com/template/data-grid
Summary
A data grid widget will enable users to create an editable spreadsheet view of their database.
Motivation
Advanced users will use this to quickly edit multiple cells.
Additional Context
We could use ag grid or other open source libraries.
Some OSS libraries: