Jquery.datatables pagination not working when in iFrame

Jquery.datatables pagination not working when in iFrame

markblue777markblue777 Posts: 8Questions: 4Answers: 2

Hi All,

I am using jquery.datatables 1.10.10 and the pagination works fine when accessing the page directly, however, it needs to be accessed via an iframe (as it is to show in sharepoint) and when it is in an iFrame the pagination does not work.

Any thoughts?

Cheers Mark

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 63,761Questions: 1Answers: 10,510 Site admin

    I'm afraid not. I don't know of any reason why it wouldn't work in an iframe. We'd need a link to a page showing the issue to be able to offer any help.

    Allan

  • markblue777markblue777 Posts: 8Questions: 4Answers: 2
    edited January 2016

    hmm that is a tricky as it is a closed intranet system.

    code wise it is just

    <iframe src="ARTCore.aspx" scrolling="no"></iframe>
    

    and that is it.

    to me it seems that it cannot update the page state correctly when it is in the iframe

  • markblue777markblue777 Posts: 8Questions: 4Answers: 2
    Answer ✓

    Hi,
    Sorry for the delay in getting back to you. It turned out to be a thirdparty js library that was interfering with it.
    Cheers
    Mark

This discussion has been closed.