3 / 3
Jul 2021

Hello,
the nextmatch widget is a very powerfull widget, nevertheless, a few questions have accumulated:

  1. Is there a way to hide the letterserach input (without css)?
    $content['nm']['lettersearch'] = false;
    seems to have no effect.

  2. I want to reload the entire nextmatch via javascript. Actually I don’t know the way. Does a practicable solutions exists for this?
    (Unfortunately, I cannot simply update the table fields via javascript, because the line number inside of the id attribute is not resolved in a description widget.
    sample: id="timesheet-index_${row}[ts_title]". OK, I could include a different, unvisible widget before (e.g. link).
    If the number of lines changes, that is no solution either.)

nextmatch-question

Thank you and best regards, Axel

  • created

    Jun '21
  • last reply

    Jul '21
  • 2

    replies

  • 857

    views

  • 2

    users

Hi Alex,

  1. You are not talking about the lettersearch, but the search field! (Set lettersearch to true to see what the lettersearch is).
    I dont think we have anything, but CSS, to hide the search.

  2. You can call applyFilters() method of the nextmatch widget, that will reload the rows from the server.

Ralf