We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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/
The text was updated successfully, but these errors were encountered:
This is duplicate of #815. I will close this issue - please follow original thread for this problem. We will get this fixed soon.
Sorry, something went wrong.
This should be fixed since version 0.9.7. Thanks for your report!
No branches or pull requests
Hi
The custom html header column doesn't render as expected for two side by side columns
You can also check the same here : http://jsfiddle.net/SCbUn/
The text was updated successfully, but these errors were encountered: