<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:jluth@mail.com" title="Justin L <jluth@mail.com>"> <span class="fn">Justin L</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Table in the document is not shown in writer, but it is shown in Word correctly"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=134860">bug 134860</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">OS</td>
           <td>Windows (All)
           </td>
           <td>All
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Hardware</td>
           <td>x86-64 (AMD64)
           </td>
           <td>All
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">See Also</td>
           <td>
                
           </td>
           <td>https://bugs.documentfoundation.org/show_bug.cgi?id=111550
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Table in the document is not shown in writer, but it is shown in Word correctly"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=134860#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Table in the document is not shown in writer, but it is shown in Word correctly"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=134860">bug 134860</a>
              from <span class="vcard"><a class="email" href="mailto:jluth@mail.com" title="Justin L <jluth@mail.com>"> <span class="fn">Justin L</span></a>
</span></b>
        <pre>(In reply to Radomir Terber from <a href="show_bug.cgi?id=134860#c0">comment #0</a>)
<span class="quote">> It may be some inaccuracy in the document since it is generated.</span >

If I first round-trip this with Word 2003, then LO can see the table just fine. 

The table is located inside of a character-run
<w:p>
  <w:r>
    <w:tbl>
    ...
    </w:tbl>
  <w:r>
</w:p>

Sounds identical to LO 6.0 commit 67a61e54531801645d51ad89aac30064b8c4b4e8
Author: Mike Kaganski on Thu Jul 13 09:08:56 2017 +0300
    <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - DOCX IMPORT: Missing nested table in a specific document"
   href="show_bug.cgi?id=111550">tdf#111550</a>: A workaround for out-of-order (in-paragraph) tbl on OOXML

    Word allows <w:tbl> to be direct child of <w:p>, which is illegal
    according to ECMA-376-1:2016.

    This allows for import the data in such tables (previously, this text
    was simply dropped, causing dataloss) - bug-to-bug compatibility with Word.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>