Minor Update
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-widgetx@95534 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
cb7af38ecc
commit
9c23a014de
|
@ -809,6 +809,8 @@ public class TabularDataXGridPanel extends ContentPanel {
|
|||
return columnId;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/**
|
||||
*
|
||||
* @param rows
|
||||
|
|
|
@ -37,4 +37,6 @@ public interface DataSourceX {
|
|||
*/
|
||||
public String getDataAsJSon(int start, int limit, String sortingColumn, Direction direction, ArrayList<FilterInformation> filters) throws DataSourceXException;
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
|
|
@ -18,8 +18,8 @@
|
|||
</servlet>
|
||||
|
||||
|
||||
<!-- TDWidget -->
|
||||
|
||||
<!-- TDWidget -->
|
||||
<servlet-mapping>
|
||||
<servlet-name>tdwxService</servlet-name>
|
||||
<url-pattern>/tabulardataportlet/tdwx</url-pattern>
|
||||
|
@ -32,6 +32,7 @@
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- Default page to serve -->
|
||||
<welcome-file-list>
|
||||
<welcome-file>TabularDataWidgetX.html</welcome-file>
|
||||
|
|
Loading…
Reference in New Issue