Project

General

Profile

Actions

Feature #8270

closed

"more.." button for columns with long text

Added by Marc Egger almost 5 years ago. Updated almost 5 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Marc Egger
Target version:
Start date:
02.05.2019
Due date:
23.05.2019
% Done:

0%

Estimated time:
Discuss:
Prio Planung:
Vote:

Description

Current workaround:

  1. in report html:

<script type="text/javascript"> function toggle(moreButton) {if ($(moreButton).text() === 'more..') {$(moreButton).text("less..").siblings(".more-text").show();} else {$(moreButton).text("more..").siblings(".more-text").hide();} } </script>

  1. column selection in sql select

CONCAT, '</span> <a onClick="toggle(this)" class="more-button"> more..</a>')

Actions

Also available in: Atom PDF