Support » Plugin: WP-Table Reloaded » [Plugin: WP-Table Reloaded] Changing the content of Table-Head

Viewing 13 replies - 1 through 13 (of 13 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    I’m not really sure what the problem is here?! Just fill the first row of the table with these letters and make sure that the “Table Head” checkbox (below the table fields) is checked. This will result in what you describe…

    Regards,
    Tobias

    Thread Starter kaneesha

    (@kaneesha)

    Hello,

    The table-head is sortable, that’s the crux of the matter 🙂

    TIA

    Thread Starter kaneesha

    (@kaneesha)

    Oh never mind, figured it out.

    I was somehow able to do what you meant, i think i need to study the plugin and the plugin settings a little more.

    Thanks for your help so far.

    TY

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    yes, the table head row is used for the table sorting. This does not influence the possibility to set its content though 🙂

    Best wishes,
    Tobias

    Thread Starter kaneesha

    (@kaneesha)

    Hello Tobias,

    Firstly, i had a deep dive into your plugin in the past few hours and … holy jolly this is quite a killer plugin.

    Secondly, i was looking for an option to highlight the (i use numbers) the column with the highest count, especially or specifically in combination with sorting.

    Is there a possibility to do that?

    can your plugin help me :
    Dear friends;
    Big thanks in advance for your precious time to have a look into my post. i want to implement this on my site pages.

    i want users to “Select the first alphabet of country to find detail of COLLEGES in that country

    A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
    i want to import CSV table in , and then want to perform above action.

    LOOKING FORWARD TO YOUR KIND HELP.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    from what I understand, you want this as an automatic filtering.
    Unfortunately, this is not possible out-of-the box. Instead, you’ll need to develop some custom code that uses the API of the DataTables JavaScript library (which does the filtering/sorting on the tables). You can find the documentation at http://www.datatables.net. The relevant function (I believe) is fnFilter.

    Best wishes,
    Tobias

    thank you very much for you kind response;
    form your plugin i can get the list of countries from the table i imported. can you guide me to jump to country names at least. rest i will try to do as you guided above.

    once again i will be greatfull to you, i am trying to work on this project from 2 weeks but can not find the solution.

    regards
    Aftab

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    this should only require a simple <a> tag in the first cell for each letter.
    So, add this to the cell with the first country with an A:

    <a name="country-A" />

    and

    <a name="country-B" />

    to the first country with a B and so on.

    Then, the list of letters (A B C …) need to be links like:

    <a href="#country-A">A</a>
    <a href="#country-B">B</a>
    ...

    Regards,
    Tobias

    thank you very, it works like a champ
    now let me work to rest of the task to show the data related to those countries..

    thanks n regards

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    very cool! Thanks for the confirmation that it worked!

    Best wishes,
    Tobias

    it jumps to perfect position, but can i hide the remaining countries from the list;

    regards

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    yes, this is only possible with JavaScript, or you will need to create a separate page for each letter and then just show the rows/countries for that letter there, for example with the Shortcode parameters “hide_rows” and “show_rows” (see http://tobias.baethge.com/wordpress-plugins/wp-table-reloaded-english/documentation/ ), or the Filtering Extension (see http://tobias.baethge.com/2010/03/extension-6-showing-only-rows-that-match-a-filter/ ).

    Regards,
    Tobias

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘[Plugin: WP-Table Reloaded] Changing the content of Table-Head’ is closed to new replies.