-
Notifications
You must be signed in to change notification settings - Fork 66
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
VueUiTableSparkline Several problems encountered #144
Comments
|
You can upgrade to v2.4.49. |
@graphieros |
@khcshell
|
@graphieros |
Yes, I'm working on it |
You can upgrade to v2.4.50 which improves arrows. |
@graphieros |
If I put 2 buttons up and down, what do you think about this behavior:
And:
I'm just afraid buttons are very close in your design, misclick could be easy and frustrating. |
@graphieros In addition, I recommend placing buttons left and right, it is easy to click on the upper and lower stages, and the spacing between the left and right can be adjusted to avoid this problem |
[DOWN] { label } [UP] ? |
|
Ok, I'll just expose a css class for these buttons, no need for additional config for this |
You can upgrade to v2.4.54 |
@graphieros Can you write me an example? I didn't succeed in this adjustment |
https://stackblitz.com/edit/vitejs-vite-m4jtitod?file=src%2FApp.vue Just get the classes through inspection, and force styles. |
1.As shown in the figure, when you click on the sort, there will be a chamfered grid around it, which should be the wrong display
2.Click sorting,It will cause the grid to be stretched open because of the appearance of the arrow,Affect the size of the layout,My suggestion is 1,The sorting function is optional,When you turn it off, the arrow will not be displayed,Turn on this function Sorting arrow has always existed,This problem can be avoided
2. Turn off the sorting function for some columns, because some columns don't need to be sorted, and some data columns may need to be sorted
The text was updated successfully, but these errors were encountered: