Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom HTML not working for two side by side header columns #821

Closed
PassHours opened this issue Jun 20, 2013 · 2 comments
Closed

Custom HTML not working for two side by side header columns #821

PassHours opened this issue Jun 20, 2013 · 2 comments
Labels

Comments

@PassHours
Copy link

Hi

The custom html header column doesn't render as expected for two side by side columns

var $container = $("#example2");
  $container.handsontable({
    startCols: 2,
    columns: [
      {},
      {type: {renderer: customRenderer}}
    ],
    colHeaders: function (col) {
      switch (col) {
        case 0:
          return "<b>Bold</b> and <em>Beautiful</em>";

        case 1:
          return "<b>Bold</b>"; ----This one do not render
      }
    }
  });

You can also check the same here : http://jsfiddle.net/SCbUn/

@setthase
Copy link

This is duplicate of #815. I will close this issue - please follow original thread for this problem. We will get this fixed soon.

@setthase
Copy link

This should be fixed since version 0.9.7. Thanks for your report!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants