for feature request, see how we have the option to reset multiple variables in just one wrapper, that would be useful for adding values to variables too, select multiple variables in one place instead of separate multiple actions!
The table Component needs an empty state component instead of doing conditional displays, when empty it should render a “no record found” Text at least
If possible it would be nice to allow dynamic paths for the tables incase someone wants to generate dynamic tables or work with dynamic variable paths
extremely slow (somehow item collections work faster)
non adaptive (for most properties media-styles are not applied on change appearance)
has unpredictable width for the columns (wired with prev)
looks bad on mobile at all
has some ‘deprecated’ hidden column for no reason
column headers live separately from the column values
what can I suggest:
it should be a grid presented as a pseudo-table, where the first line (header) just have different styling
what I expect from this element:
it should act as a real Excel table, with the quick options for sorting data (maybe without a collection reload)
I wanna control the width from the header but wanna be able to set the width based on content (including overflow hide/show and priority to the column on growth).
What I would love for the table is an easier way to add functions by the users, things like:
Reorder rows and columns (A-Z, Z-A, 0-9, 9-0 etc.)
Add new row or column!!!
Excel-like math functions (e.g. SUM, %, +/-/* etc.) for the user to customise their own tables
For the datagrid:
More options for a creative design (think moodboard mosaic). I tried to create my own patterns, but found it a bit too limiting. I was thinking I’d probably have to code it, but if you can create a better option that would be amazing!
This was the best result I could get with the datagrid:
But what I’d really love to have is something more like this, where the photos overlap in some places. Ideally also movable/resizable (I know that’s probably too much to ask for ):
Same suggestion that I placed on the select/multiselect - exposing the variable value from the table so it can be directly worked with in terms of workflow sets and resets.
The ability to shift-click multiple rows: checking box 1, holding shift, clicking box 5 = selecting boxes 1-5.
I also get odd results in Datagrid when using a bindable formula for the placeholder text. It actually does’t appear - you have to click it first; which is confusing the end-user.
As I said before on the select/multiselect, I would recommend you to look at the quasar table vue component. It has a lot of interesting features to consider.
As for the AG grid itself, it’s a commercial project so it’s not so straightforward to just put it in a component.
The good news that the qualification for the new data grid is done and the development starts soon! We took in consideration all of your feedbacks, especially about how good the AG grid is so you will see many familiar settings and principles
Sorry for the late reply! But here’s the gist of the problem with the table on mobile
When we have multiple columns, currently we can only change the width of each column (esp on mobile view) according to “1”, “2”, “3”, “4” up till 10 I think… First, it is unclear what the total number is. Also, I wish it could be more granular - eg 6 is too wide and 5 is too narrow. It is hard to get the exact width I want. I hope that makes sense.
Also I wish there was an option where we can hide entire columns on mobile. I tried to do that but it didn’t seem to work. It disappears but the width it was taking is not distributed to the other columns.