Row Separator randomly not working in tables.

Row Separator randomly not working in tables.

DesireeHDesireeH Posts: 2Questions: 1Answers: 0

Description of problem:

I'm using the DataTables plugin through Oxygen XML webhelp builder. The DataTables plugin is working mostly, but we're randomly getting rows that don't have the row separator. Here's a picture for reference:

I thought this was a bug with Oxygen but the Oxygen support people think it's something to do with the plugin. It only happens on some tables and it's different rows each time.

Has anyone ever encountered this before?

Answers

  • kthorngrenkthorngren Posts: 21,315Questions: 26Answers: 4,948

    This is not a known issue nor one that I've seen asked about. Possibly there is a styling conflict on the page causing the issue. Can you post a link to a test case replicating the issue so we can help debug?
    https://datatables.net/manual/tech-notes/10#How-to-provide-a-test-case

    I would start by inspecting the page when the problem occurs. Compare the styling between a working pair of rows to that of the rows with the issue. Possibly you can see why the border line is not displayed.

    Kevin

  • DesireeHDesireeH Posts: 2Questions: 1Answers: 0

    Here's a test case:

    https://live.datatables.net/nenikuje/1/edit?html,css,js,console,output

    I tried to add all the CSS we call in the Webhelp. Let me know if there's a way I can make it clearer.

    I did inspect the page where the break occurs and nothing seems to be different from one row to the other.

  • allanallan Posts: 63,489Questions: 1Answers: 10,470 Site admin

    The example doesn't run or even render?

    There is HTML in the Javascript section and prolog tags in the HTML?

    Allan

Sign In or Register to comment.