-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Scrollable x-axis on child table #14390
Comments
that would hide the edit button and mean you need to scroll to hit the edit button |
Well, if you add all the commonly used fields, edit button would rarely be used. But anyway, I think we can overcome this issue by keeping the serial number and edit button column fixed and rest all columns scrollable. |
This could be extremely useful in cases where user cant read descriptive columns in vhild table because of the length limitations, and has to edit individual lines. More so, if you have multiple lines then it gets a little taxing to check each individually |
@rtdany10 Sounds pretty cool! Is this feature already built ? |
No, unfortunately, not yet. I will more than happily assist and help if somebody take the lead! @marination If you don't have much on your plate, could you try a hand?😅 |
@rtdany10 I am planning to implement this. Can I get a heads up? |
I'm unsure if I can provide you anything valuable. The GIF was created by altering the HTML of Sales Invoice form after it was rendered(via inspect element tool of my browser:sweat_smile:) |
@sumaiya2908 Any update on this? |
@rtdany10 how you did this ?. |
This is a very practical and necessary feature. After all, convenience and ease of use are what makes a s/w loved by all. Thanks for opening this request @rtdany10 Were you able to make any progress on this? @sumaiya2908 |
This could be immensely helpful |
Scrollable X axis in Child Table with having more than 10 Columns will be very helpful in multiple use Cases. |
@shariquerik This is the issue, I discussed at the conference. |
Any solution for this ? |
Finally! these things are incredibly necessary, there are reports that are hard to defend. |
Is your feature request related to a problem? Please describe.
Currently, child table grid view can only accommodate 11 columns. And we can't allocate float values to column width(bootstrap issues); thereby limiting number of columns in grid view to 5 columns or 6 at maximum.
Clicking Edit button to input values defeats the purpose of using Tab key.
Tab key is one of the things people love about Tally, you can literally do everything with the keyboard itself.
Describe the solution you'd like
If we add scroll-able x-axis on the child table, we can use Tab key to easily switch between fields and input all the required fields easily.
Additional context
The text was updated successfully, but these errors were encountered: