• Resolved mrniwashii

    (@mrniwashii)


    I want to hide the sorting options on the top of my last column since it is used for PDF download links.

    I tried a line of code you recomment in another thread

    "columnDefs": [ { "orderable": false, "targets": [ 1, 4 ] } ]
    

    since I want to hide the sorting arrows in my eight column i changed the code into
    "columnDefs": [ { "orderable": false, "targets": [ 7 ] } ]

    this screwed up upper half of the table. what did I do wrong.
    Thanks in advance for your help.
    Marc

    • This topic was modified 2 years, 2 months ago by mrniwashii.
Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    That “Custom Command” is correct, but it should indeed not influence the table data. Can you please post a link to the page with the table where this problem happens, so that I can take a direct look? Thanks!

    Regards,
    Tobias

    Thread Starter mrniwashii

    (@mrniwashii)

    Hi Tobias

    thanks for the quick reply. here is the Link after I inserted

    "columnDefs": [ { "orderable": false, "targets": [ 7 ] } ]
    in the field “eigene Befehle”

    https://www.primo02.brandgarden.de/project/dynamic/

    Thanks
    Kind Regards Marc

    • This reply was modified 2 years, 2 months ago by mrniwashii.
    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    it looks like you copy/pasted that command with the quotation marks " in encoded form ". That will not work.

    Can you please try again with exactly what you posted above?

    Regards,
    Tobias

    Thread Starter mrniwashii

    (@mrniwashii)

    Hallo Tobias
    Ich versuche das mal auf Deutsch, wenn es recht ist ??

    Bei “eigene Befehle” habe ich folgende Zeile eingefügt.

    “columnDefs”: [ { “orderable”: false, “targets”: [ 7 ] } ]

    ich habe auch

    columnDefs: [ { orderable: false, targets: [ 7 ] } ]
    probiert …ohne Erfolg.

    was fast funktioniert hat war
    “columnDefs”: [{
    “targets”: [ 7 ],
    “sortable”: false
    }]

    aber jetzt sind alle Pfeile in alle Columns verschwunden

    viele Grü?e
    Marc

    • This reply was modified 2 years, 2 months ago by mrniwashii.
    • This reply was modified 2 years, 2 months ago by mrniwashii.
    Plugin Author TobiasBg

    (@tobiasbg)

    Hallo Marc,

    nein, der ursprüngliche Befehl ist richtig. Es muss orderable sein. Du musst aber bitte genau mit den Anführungszeichen aufpassen.

    Bitte probiere es genau mit diesem hier:

    "columnDefs": [ { "orderable": false, "targets": [ 7 ] } ]
    

    (Bitte aus dem Forum kopieren, nicht aus der eventuelle Benachrichtigungs-E-Mail.)

    Viele Grü?e
    Tobias

    Plugin Author TobiasBg

    (@tobiasbg)

    Hallo nochmal,

    und bitte aufpassen, dass du das nicht in einen anderen Befehl hinein kopierst. Im Moment scheint das ganz innerhalb des "dom": ...-Befehls zu stecken.

    Viele Grü?e
    Tobias

    Thread Starter mrniwashii

    (@mrniwashii)

    Hallo Tobias,
    ich bin etwas ratlos. Ich folge genau deinen Anweisungen aber nun sind alle Sortierungspfeile verschwunden. Kann ich evtl danach einen Code einfügen der das zeigen der Pfeile von 0-6 erzwingt. Denn so wie beschrieben funktioniert es nicht.

    Im Moment scheint das ganz innerhalb des “dom”: …-Befehls zu stecken.

    Ich habe den Code im Backend in “Eigene Befehle” kopiert. Muss er woanders rein?
    Viele Grü?e
    Marc

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    das ist das richtige Feld, aber es war schon Code darin, bevor du den neuen dort hinein kopiert hast – der dadurch “innerhalb” des anderen gelandet ist.

    Kannst du mal einen Screenshot des Inhalts des “Eigene Befehle”-Felds schicken (vorher am besten gro? ziehen, mittels der rechten unteren Ecke).

    Viele Grü?e
    Tobias

    Thread Starter mrniwashii

    (@mrniwashii)

    Hallo Tobias,

    wir haben alles richtig gemacht ?? ABER …und das kann man evtl mit in die Dokumentation packen… Ich habe die Liste in eine neue Seite geladen um zu testen ob anderer Code die Darstellung verhindert und siehe da es funktionierte und die Liste wurde richtig dargestellt aber die Seite in der ich zuvor die Liste eingebaut habe blieb unver?ndert. Erst als ich Liste im Frontend der bereits erstellten Seite entfernt, gespeichert und erneut eingefügt habe hat der Code gegriffen.
    Es reicht nicht den Cache zu leeren.

    Vielen Dank für deine tolle Unterstützung und Geduld. Gratulation zu deinem Plugin (für den ich natürlich gespendet habe)

    Marc

    • This reply was modified 2 years, 2 months ago by mrniwashii.
    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    ah, indeed, that sounds like a possibility here. Note that this is beyond TablePress’ control, i.e. it should be documented in the page builder that you are using.

    Regards,
    Tobias

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Hide the sorting arrows on top of the last column’ is closed to new replies.