• Resolved skumar1st

    (@skumar1st)


    I am using this wonderful plugin. My question is how to protect table data from copying?

    Means how to disable copy text option?

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor WPManageNinja

    (@wpmanageninja)

    Hello @skumar1st
    You can use the following custom css:

    table.ninja_footable {
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    Thread Starter skumar1st

    (@skumar1st)

    Great. Its work.

    One more question related to this topic.

    Will Google index that table for search engine, after insert this code?

    Thanks a lot.

    • This reply was modified 5 years, 6 months ago by skumar1st.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Copy Protect of Table Data’ is closed to new replies.