domino-ui icon indicating copy to clipboard operation
domino-ui copied to clipboard

Domino-ui

Results 115 domino-ui issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** Currently DataTable header sorting has two state: ASC, DESC. If a user applied sorting on a column there is no...

I have a use-case that needs a Tree grid for large data sets. Currently, it appears that all nodes for a tree grid are in DOM, even for leaf nodes...

Couple of issues found with Window and setting zIndex. Trying to set the zIndex during UI building doesn't appear to work. ```java new Window("Window") .setModal(true) .setZIndex(1000) ``` It doesn't appear...

When changing the text alignment of a column config (`.alignRight()` or `.alignCenter()`), it will also align the header the same. Is it possible to separate these such that the header...

**Describe the bug** I have a theme that needs the field labels to always float. Looks like this: ![image](https://user-images.githubusercontent.com/861908/183741377-92a29682-7d08-4544-b222-92c599e2fc39.png) So, in an entryPoint, I configure this default behavior with this:...

Currently in DominoUI, Buttons default to "elevation-1". The application I'm working in needs to default to buttons being flush with the panel they're on (thus, being elevation-none or .elevate(0)). Because...

It is desired to have more advanced features to a grid/Data table. Doesn't necessarily have to add features to the existing Data table. Could be a brand new component. *...

For responsive tabs, rather than wrapping, support an option to overflow into a dropdown menu. Today, TabsPanel does this when narrowing the width ![image](https://user-images.githubusercontent.com/861908/183497210-3260a352-c8a8-4018-aa62-5f385762df12.png) With an overflow dropdown, it could...

enhancement

There is no need to hide List, since the data is always used as a List, also in DataChangedEvent

It will be very helpful to have a module that supports Selenium WebDriver for testing applications written with DominoUI components. Similar to [gwt-driver](https://github.com/Vertispan/gwt-driver), we would need to be able to...

enhancement