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
<table> <tbody> <tr> <td> <div id="example1"></div> </td> </tr> </tbody> </table> <script> var data = [ {id: 1, name: "Ted", isActive: true, color: "orange"}, {id: 2, name: "John", isActive: false, color: "black"}, {id: 3, name: "Al", isActive: true, color: "red"}, {id: 4, name: "Ben", isActive: false, color: "blue"} ]; settings={ data: data } var $container = $("#example1"); $container.handsontable(settings); </script>
note: this issue is actual starting from version 0.5.0 this issue is absent on version 0.5.0
The text was updated successfully, but these errors were encountered:
Duplicate of #355
Sorry, something went wrong.
We have a new policy of closing duplicate tickets. Thanks for your input, please follow original #355 for this issue.
bugfix: drag-down not working if Handsontable is inside a table (#355, …
41bf4d1
…#361, #538, #438, #671, #704) - this makes me realize how many people still use tables to create a layout
This should be fixed in new version of HOT (0.9.6). Thanks for your report.
No branches or pull requests
note:
this issue is actual starting from version 0.5.0
this issue is absent on version 0.5.0
The text was updated successfully, but these errors were encountered: