• Resolved webmotivated

    (@webmotivated)


    Hello

    I am looking to find and feed a row number of a known TablePress table into the Single Cell Content Shortcode. Pretty confident with the feed part, less so with the find part.

    OK, as for the find part, the only unknown is TablePress row number. For that I will make use of TablePress formulas so to create unique row identifier in a way of summarizing a few columns into 1 column. And so that 1 column will store a result (integer) of simple maths formula. I am then looking to search this column using custom search criteria (a user form generates integer search criteria) and return the number of a TablePress row when there is a match. That row number will be passed to single cell shortcode as per above.

    Question.
    How do I search for and identify TablePress table row number?

    Note: Row filter extension is not what I need because its result is a table, whereas I need a value from a single cell.

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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    To be honest, I can’t really think of a quick and easy solution here… Your best chance might be to load the table via PHP in some custom code and then try to find the row with array operations there…

    Regards,
    Tobias

    Thread Starter webmotivated

    (@webmotivated)

    ok Thx Tobias.

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    sorry that I could not offer a solution here.

    Best wishes,
    Tobias

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

The topic ‘Find Row Number’ is closed to new replies.