Understanding redoLayout() #4142
Replies: 1 comment
-
Good question! This is not a bug and it is expected. I thought this was documented but I don't think it actually is, so we need to clarify it. Basically, a few options transform the data when loading. Most of them are in the We need to move a few to that option group, such as The branch also rewords the option description from "Element selectors and processing" to "Loading selectors and processing", which I hope will make it clearer. However, we still need to add an explanation in the documentation somewhere else. I'll have a look. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Some toolkit options only seem to work if they're set before loading data. Is this expected, or is it a bug? If expected, is it documented anywhere which options need to be set before loading?
For example, this correctly sets an expansion, transposition, and page width:
But this only sets the page width (expand and transpose are ignored):
Beta Was this translation helpful? Give feedback.
All reactions