• Using the shortcode below: header_sort is not showing the top of the table as sortable

    [pdb_user_list header_sort=”true” fields=”datum,wedstrijd, soort_wedstrijd, strong, to_improve,capable_for_this_level_of_game, scheidsrechterscoach” single_record_link=”coaching-reports”]

    Adding this code on the same page shows the sortable fileds on both tables

    [pdb_list header_sort=”true” fields=”datum,wedstrijd, soort_wedstrijd, strong, to_improve,capable_for_this_level_of_game, scheidsrechterscoach” single_record_link=”coaching-reports”]

    What am I doing wrong?

Viewing 1 replies (of 1 total)
  • Plugin Author Imagerolandbarker

    (@rolandbarker)

    Is the [pdb_user_list] shortcode you are using a shortcode you have created with your own code? I don’t recognize it as being one of the shortcode provided by our plugins.

    If you’re using custom code to display a list, it will be up to you to make sure it is compatible with the header sort functionality.

    If the sorting suddenly works when the [pdb_list] shortcode is added to the page, that suggests that the javascript needed to support the header sorting isn’t loaded by your custom code.

Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.