• Resolved brianpg0

    (@brianpg0)


    If I don’t check tis box: Use DataTables:[x] Use the following features of the DataTables JavaScript library with this table: then non logged in visitors can’t click on links defined in the table, logged in site members have no problem.

    I’ve also found if I have the Datatables JS turned on (checked) I have problems with CSS right borders in the Head, so I leave it unchecked as I’ve not found the CSS problem.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    The reason for this seems to be that these buttons rely on JavaScript, which has to be loaded first. This does not happen for the logged-out visitors though, due to caching. To activate that, please use this extended Shortcode on this page:

    [table id=43 cache_table_output=false /]
    

    For the borders: This could be related to the horizontal scrolling feature, which seems to have trouble properly calculating the column widths. This might be due to the CSS setting the borders on the thead element. You might have to set those on the actual table cells in the header row.

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Visitors can’t access table data’ is closed to new replies.