Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Can you please test this with an extended Shortcode, where the new parameter explicitly defines the locale:

    [table id=123 datatables_locale=en_US /]
    

    (where 123 is the table ID).

    Regards,
    Tobias

    Thread Starter incwise

    (@incwise)

    Should I add this to custom commands or edit the file?

    Actually, I tried both, but not with success.

    If this line is going to file, then can you write it to me?

    “searchPlaceholder”: “SEARCH MEMBER”,

    Also is it possible to use pagination as an example (image) added? https://ibb.co/rcp1LDD

    Thanks!

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    the line is correct, but for some reason the file is not yet used.
    The Extension must be activated, and you must use the modified Shortcode on the page, where you are showing the table. This has nothing to do with the file or the “Custom Commands”.

    For the pagination, you can add a “Custom Command”:

    "pagingType": "full_numbers"
    

    (See https://datatables.net/reference/option/pagingType for all options.)

    Regards,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Tablepress search box placeholder text with DataTables strings’ is closed to new replies.