SMTX DisplayViewModule

From SMTX Wiki
Revision as of 15:06, 29 July 2025 by Smtxwiki (talk | contribs) (Created page with "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"><i class="fas fa-spinner fa-spin"></i></smtx-displayview> Use the following options to configure the view id:string; data:string; getdatalocation:string; postbody:string; tableextraclass:string; itemsperpa...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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;