showUserInputThe style showUserInput can be used to fetch user input and display it on the screen. As with the style formUserInput, the field is_log is used to specify whether multiple entries must be fetched (is_log checked) or only one single entry is available (is_log unchecked).
The style showUserInput is a datatable now. By default all functionality is
stripped. If you want to add configuration you have to use css classes in
the showUserInput form
dt-sortable - make all column sortabledt-searching - add the search fielddt-bPaginate - add the page groupingdt-bInfo - add the info footerdt-order-0-asc, dt-order-1-desc - order the desired column asc or descdt-hide-0 - hide the desired columnUnknown Style styleSignature
showUserInput with is_log unchecked The following table shows all data fields of the form blog from the example page formUserInput. Note that the table shows all form-fields of the form blog as row headings.
showUserInput with is_log checked The following table shows all data fields of the form log from the example page formUserInput. Note that the table shows all form-fields of the form log as column headings and lists multiple time-stamped entries. The field label_date_time is used to define the column heading of the timestamp.