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;
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
|
|
@ -16,10 +16,10 @@
|
|||
<servlet-name>tdwxServlet</servlet-name>
|
||||
<servlet-class>org.gcube.portlets.user.tdwx.server.TabularDataXServlet</servlet-class>
|
||||
</servlet>
|
||||
|
||||
|
||||
|
||||
<!-- TDWidget -->
|
||||
|
||||
<servlet-mapping>
|
||||
<servlet-name>tdwxService</servlet-name>
|
||||
<url-pattern>/tabulardataportlet/tdwx</url-pattern>
|
||||
|
@ -29,7 +29,8 @@
|
|||
<servlet-name>tdwxServlet</servlet-name>
|
||||
<url-pattern>/tabulardataportlet/tdwxdata</url-pattern>
|
||||
</servlet-mapping>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Default page to serve -->
|
||||
|
|
Loading…
Reference in New Issue