Skip to content
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

w2ui 2.0 grid - has some missing advertised features, misc etc. #2459

Open
sudovietcsudoers opened this issue Oct 26, 2023 · 2 comments
Open

Comments

@sudovietcsudoers
Copy link

Short description / current behavior:

  • The 'Advanced Search' menu:
    • Has an oversized 'All|Any' pulldown menu
    • 'between' inputs are not aligned on the same line
    • The Status 'enum' field stays put on scroll
  • The grid.onColumnAutoResize event does not resize column
  • The grid.onResizerDblClick event is not triggered
  • grid.columnAutoSize() is not a function
  • grid.copy() is not working
  • The 'label' and 'input' toolbar item types do not display
  • grid.toolbar.add()ing a 'spacer' or 'break' causes empty search pill to appear

Link to jsfidle / steps to reproduce:

https://jsfiddle.net/kylob/Ltd19ahe/64/

@vitmalina
Copy link
Owner

@marcboon
Copy link

Try linking these files

https://raw.githubusercontent.com/vitmalina/w2ui/master/dist/w2ui.min.js
https://raw.githubusercontent.com/vitmalina/w2ui/master/dist/w2ui.min.css

when I link these files directly from my app, I get loading errors because of wrong mime type. These files are both served with mime-type text/html, instead of text/javascript and text/css. Is it possible to fix that, so I can always link the latest version while developing my app?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants