jQuery UI Widgets Forums Grid how to change the language of filterstring?

Tagged: 

This topic contains 1 reply, has 2 voices, and was last updated by  Martin 2 years, 1 month ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author

  • Ronaldo
    Participant

    [filterable]=”true” [filtermode]=”‘excel’”, I want change default filterstring、filterchoosestring、filterclearstring, I try set filterstring in [localization]=“”,like [localization]=“ ‘filterstring’:’xxxx’ ”, but it show compilation error:Object literal may only specify known properties, and ‘”filterstring”‘ does not exist in type ‘GridLocalizationobject’.

    how to fix it???


    Martin
    Participant

    Hello Ronaldo,

    These properties are not included in the GridLocalizationobject interface. You can either include them there inside the jqwidgets.d.ts file or use type “any” for the object.
    Please, take a look at the following Example.

    Best Regards,
    Martin Yotov

    jQWidgets Team
    https://www.jqwidgets.com/

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.