SMTX DisplayViewModule

From SMTX Wiki
Jump to navigation Jump to search

Include this in your HTML code:

<smtx-displayview getdatalocation="api/getmyticketsopendata" tableextraclass="myticketsopen" translation_norecords="No Open Tickets" initialsortfieldname="Id" initialsortfielddirection="Desc" id="myticketsopen" itemsperpage="15"></smtx-displayview>

Use the following options to configure the view

id:string;
data:string;
getdatalocation:string;
postbody:string;
tableextraclass:string;
itemsperpage:number;
scrollintoview:string;
showwarningonresultcount:number;
linktarget:string;
nodetaillink:string;
norowandcolclass:string;
listentowindowmessages:string;
initialsortfieldname:string;
initialsortfielddirection:string;
translatefunction:string;
showsearchinresults:string;
possiblefilterfields:string;
initialfiltersettings:string;
deletefilterlocation:string;
savefilterlocation:string;
exportlocation:string;