Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
2 Risposte
3988 Visualizzazioni

Can anyone knows how to sort a list in mako file for a webkit report?

Avatar
Abbandona
Risposta migliore

Hi Surendar,

In mako template you can open python code block like this:

<%
      # You can sort your list of records here
%>

I hope this helps :-) Cheers, Petar

Avatar
Abbandona
Risposta migliore

Webkit report supports Python code, to use the python code in the mako template you can use,

<%
#Python code
%>

Here you can write your python code to sort the data!

Avatar
Abbandona