Minor Update
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-widgetx@94892 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
a987cfd681
commit
2b9ce09353
|
@ -574,7 +574,7 @@ public class TabularDataXGridPanel extends ContentPanel {
|
|||
loader = new PagingLoader<PagingLoadConfig, PagingLoadResult<DataRow>>(
|
||||
proxy, reader);
|
||||
loader.setRemoteSort(true);
|
||||
|
||||
|
||||
liveGridView = new ExtendedLiveGridView();
|
||||
|
||||
// liveGridView.setRowHeight(19);
|
||||
|
@ -599,6 +599,13 @@ public class TabularDataXGridPanel extends ContentPanel {
|
|||
*/
|
||||
|
||||
// numberer.initPlugin(grid);
|
||||
|
||||
|
||||
//Filter
|
||||
// GridFilters<DataRow> filters = new GridFilters(Loader<FilterPagingLoadConfig,?> loader)
|
||||
// filters.initPlugin(grid);
|
||||
// filters.setLocal(false);
|
||||
// filters.addFilter(lastFilter);
|
||||
|
||||
container.add(grid, new VerticalLayoutData(1, 1, new Margins(0)));
|
||||
|
||||
|
@ -724,6 +731,7 @@ public class TabularDataXGridPanel extends ContentPanel {
|
|||
Log.debug("Created Handler");
|
||||
grid.addHeaderContextMenuHandler(headerContextMenuHandler);
|
||||
Log.debug("Header Column Menu Added");
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue