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

Hidden Category ignores Table single status

Open HoochSDS opened this issue 6 years ago • 0 comments

Hi, If you have a Table with single selection like this

        <m.table:MaterialDataTable m:id="customTable" ui:field="table"
                                   height="50vh"
                                   useStickyHeader="true"
                                   useCategories="true"
                                   useRowExpansion="false"
                                   selectionType="SINGLE"/>

you can select more than one row, if you hide the Category. Using 2.2-SNAPSHOT\gwt-material-2.2-20190531.021210-77.jar Issue is also in older Versions (GMD:2.01) Thank you

Untitled

HoochSDS avatar Jun 03 '19 20:06 HoochSDS