question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

The new headerVissible not working?

See original GitHub issue

Describe the bug The new headerVissible not working?

Tabulator Info

  • 4.4.1

Working Example


<body>
    <div id="accounts">  </div>
    <script>
         function onLoad() {
            var table = new Tabulator("#accounts", {
                headerVisible:true,      //hide column headers
                layout:"fitColumns",      //fit columns to width of table
                responsiveLayout:"hide",  //hide columns that dont fit on the table
                tooltips:true,            //show tool tips on cells
                addRowPos:"top",          //when adding a new row, add it to the top of the table
                resizableRows:true,       //allow row order to be changed
                columns:[
                    {title:"Status", field:"status"},
                    {title:"Account", field:"account"}
                ],
                data:[
                    {id: 1, status: "Status", account: "Account 1"},
                    {id: 2, status: "Status", account: "Account 2"},
                    {id: 3, status: "Status", account: "Account 3"},
                    {id: 4, status: "Status", account: "Account 4"},
                    {id: 5, status: "Status", account: "Account 5"},
                ]
            });
         }
         window.onload = onLoad;
    </script>
</body>

To Reproduce If you set headerVisible:false, the whole grid disappears, not just the headers.

Expected behavior Hide the headers, but show the data.

Desktop (please complete the following information):

  • OS: Windows 10
  • Browser Chrome
  • Version 76

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
hrstoyanovcommented, Oct 5, 2019

fix confirmed in 4.4.3, thanks!!

1reaction
olifolkerdcommented, Sep 27, 2019

Hey @hrstoyanov

Thanks for the headsup, i will get this fixed for the next release.

Cheers

Oli 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

Corrupt MP4 files from a Sony Xperia - strange header vissible ...
I have tried things like striping the weird header and zeros and replacing it with the header from the working files - and...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found