You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not setting the value attribute on a <b:tree /> results in an exception. I think this has to be supported in the same way the datatable shows a blank table when no value is set.
The text was updated successfully, but these errors were encountered:
Done. For some reason, the exception doesn't show on the HTML page, but at least there's a useful exception hinting at the cause of the error in the server log now.
PR #708 modifies the behavior again. Now the tree doesn't throw an exception, but simply renders an empty tree. In other words, it doesn't render anything, but there's no error, either.
Not setting the value attribute on a
<b:tree />
results in an exception. I think this has to be supported in the same way the datatable shows a blank table when no value is set.The text was updated successfully, but these errors were encountered: