So I need to manually set colSpan = 2?
Thanks for the answer.
Announcement
Collapse
No announcement yet.
User Profile
Collapse
-
DynamicForm Item.showTitle=false question
If I set item.showTitle = false for any item in DynamicForm and do not specify colSpan, the item occupies the width of the title column. Do I need to...Last edited by Hirn; 7 Oct 2025, 00:10.
-
-
Here is my class extending the standard DynamicForm. It is working correctly now, but I would like to avoid calling the buildRowItems function, which...Last edited by Hirn; 1 Oct 2025, 01:40.
Leave a comment:
-
I have adopted the algorithm for creating _rowTable, but for correct calculations I will need to account for cases when form items are shown or hidden,...
Leave a comment:
-
Instead of creating a separate function, you could assign a rowTable property to items inside applyTableResizePolicy and make it visible within the block:...
Leave a comment:
-
To avoid potential errors, you could add a getRowTable function that returns a copy of the original _rowTable, rather than the _rowTable itself.
...Last edited by Hirn; 1 Oct 2025, 00:26.
Leave a comment:
-
I’m trying to implement a workaround for setting the width of form items that have their width set to "*", especially when the title field’s...
Leave a comment:
-
DynamicForm items _rowTable
In DynamicForm you create the property _rowTable in items.
Could you make this property readable in development mode?...
-
Wouldn’t ReactComponent.__createSCInstance be called when recreateOnReactComponentUpdate is triggered?
If so, then there’s no issue...Last edited by Hirn; 30 Sep 2025, 20:28.
Leave a comment:
-
My changes add a reference to the created ISC component,
so myRef.current points to the actual component rather than the React wrapper where you’d...
Leave a comment:
-
REACT <Button ref={...} bug
I’m trying to use a ref with a Button component, but myRef.current is always null.
Interestingly, if I do the same thing with a MenuItem,...Last edited by Hirn; 28 Sep 2025, 11:43.
-
I see what you mean — you’re talking about a network reload.
But from my perspective, even if the image comes straight from the cache,...Last edited by Hirn; 26 Sep 2025, 22:11.
Leave a comment:
-
Img reload by mouseOver
I noticed that the Img component reloads the image on mouseOver.
I tried setting all possible properties that could prevent this reload:
...Last edited by Hirn; 26 Sep 2025, 11:21.
-
Sorry that I wasn’t clear about my code changes.
Here’s the full version of the _shouldInsertTypeDeclaration function:
Code:_shouldInsertTypeDeclaration(typeName,
Leave a comment:
-
Sorry. I realized why in both cases it says from 'react-dom';.
It’s most likely related to compatibility with React v17.
Leave a comment:
-
I took the liberty of modifying your code in ReactComponent.js, and after that the version
Code:<tabs>
Last edited by Hirn; 12 Sep 2025, 01:09.
Leave a comment:
No activity results to display
Show More
Leave a comment: