gwt-material-table icon indicating copy to clipboard operation
gwt-material-table copied to clipboard

A complex table component designed for the material design specifications

Results 67 gwt-material-table issues
Sort by recently updated
recently updated
newest added

Hi! It seems that the method AbstractDataView.removeColums() has a problem. The loop inside the method operates on a changing array which causes an IndexOutOfBoundsException. The current version looks like this:...

bug

When using a GMD-Table with StickyHeader in the Chrome browser, the mouse wheel scroll sometimes doesn't work. Especially when the list is at the beginning. The behavior can also be...

When adding a column and setting the textalign property, this is effectively ignored because table headers are wrapped in a div (without any CSS reference) that sets "display: flex;", so...

When i update my project from 2.5.0 to 2.6.0 or 2.6.1 my table wont build. I get: "Cannot read properties of undefined (reading 'isHelpEnabled_0_g$') TypeError: Cannot read properties of undefined...

Just have a look at https://gwtmaterialdesign.github.io/gmd-table-demo/#standard and click on the columns. The table is not sorting correctly, either ASC or DESC.

I have searched the API docs for a method to expand a table row programmatically but could not find any . If not supported this is maybe a wished new...

feature request

In newest Firefox (88.0.1 64-Bit) the sticky GMD-Table (Version 2.5.0-SNAPSHOT) header, footer and the sticky category lose their position, while vertical page scrolling. The x-scroll of the table content does...

My solution to get around this was to simply not use the built-in row selection features if the column toggle menu is present or if columns were being added/removed depending...

Having a AbstractDataView (selectionType is not SelectionType.NONE); Turn off some columns and sort the rest gives wrong result: AbstractDataView#renderRows:337 - setting visible header indexes by method getVisibleHeaderIndexes(); AbstractDataView#getVisibleHeaderIndexes:307 - uses...

If there's no vertical scrollbar the horizontal scroller is always vsisible even if the table is wide enough. The scroller can be moved slightly but has no effect on the...