• Resolved nirnaya

    (@nirnaya)


    Hello,

    I want some data customization while fetching the values from tables , though it is not possible to do from Tablepress directly, so I’m thinking if I can get tablepress tables location/tables names in database then I can do modification through Jquery.

    Thanks

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.

    I’m not sure how jQuery would help here, as it can’t directly access the database. Also, I don’t recommend working directly with the raw database data. Instead, you could use plugin filter hooks like tablepress_cell_content (see the code) in some custom PHP code here.

    Regards,
    Tobias

    Thread Starter nirnaya

    (@nirnaya)

    ok thnx, I will use it,but how to show it on html table?plz I need help this little bit help too.

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    you will need to write a small custom plugin for this, e.g. with the help from https://developer.ww.wp.xz.cn/plugins/hooks/filters/

    What exactly are you trying to customize?

    Regards,
    Tobias

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

The topic ‘Some Data Customization through Tablepress’ is closed to new replies.