• zzyss

    (@zzyss)


    I’d like to make two feature requests for wp-table-reloaded:

    1. The ability to add additional TH rows in the middle of the table, not just at the start and finish. For long tables, it is good to have a “reminder” of what the column headings are. True, filtering can achieve this result, but that’s not always the desired view.

    2. Copy and paste rows (to facilitate adding more TH rows 🙂

Viewing 1 replies (of 1 total)
  • Hi,

    thanks a lot for your suggestion.

    Unfortunately the first one will not be possible. The HTML standard for tables just does not allow more TH rows in the body.

    You could use simple TDs and style them like THs maybe.

    Or you could have a look at the “FixedHeader” plugin (http://www.datatables.net/plug-ins/).

    For copy and pasting rows: That sounds really cool, however, I see difficulties in implementing this. I’ll add it to my list of ideas and see what I can do 🙂

    Best wishes,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: wp-table-reloaded] Feature request: additional TH rows’ is closed to new replies.