1
0
-1

Hi,

 I am using Joget Community version 6.

I have one datalist which is used for searching my assets

.I just wanted to know,whether the default 'Show' button can be renamed .

Thanks in advance

 

 

 

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      Hey there gb,

      Certainly! Just go to your Userview, edit your list, go to the UI tab, and paste these codes in any of the available custom header/footer.

      <script>
      $(window).on("load", function() {
          $('input.waves-button-input').attr('value', 'Filter');
      });
      </script>

      You can refer to my picture attached below for an example.

      Hope this helps.

      1. gb

        Thank you for your response But this is not working . I have tried as mentioned in below discussion. In that case it is working , But theme is changing and button name is changing in other page as well. https://dev.joget.org/community/questions/31131302/joget-datalist-jquery-manipulation

      CommentAdd your comment...