Project

General

Profile

Actions

Bug #14304

closed

table sorter view safer does not work

Added by Nicola Chiapolini about 2 years ago. Updated almost 2 years ago.

Status:
Rejected
Priority:
Normal
Assignee:
Carsten Rose
Target version:
-
Start date:
10.06.2022
Due date:
% Done:

0%

Estimated time:
Discuss:
Prio Planung:
No
Vote:

Description

The following code

@
1.sql = SELECT '<th>Name</th><th>Type</th><th>Facutly</th><th>Uni</th>'
1.head = <table {{ 'orgs' AS _tablesorter-view-saver }} class="tablesorter tablesorter-filter tablesorter-column-selector" id="orgs">
1.rbeg = <thead class="qfq-sticky"><tr>
1.rend = </tr></thead><tbody>
1.tail = </tbody></table>

1.10.sql = SELECT name_de, type, faculty, university FROM org_units
1.10.rbeg = <tr>
1.10.fbeg = <td>
1.10.fend = </td>
1.10.rend = </tr>
@

correctly shows the filter, column-selector and view-saver buttons (at least I think it does):

however I can not save the view. (I assume the unlabled button is the save button and I am just missing the font.)


Files

Actions

Also available in: Atom PDF