Create an instace of a detailed grid to be used in another master dialog #7305
Answered
by
arunkumar12712
flashyjunior
asked this question in
Help
-
Hi, Master Dialog New Master Dialog (Same Detail grid) |
Beta Was this translation helpful? Give feedback.
Answered by
arunkumar12712
Dec 31, 2024
Replies: 1 comment 2 replies
-
@minhhungit , please can you assist me. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
create another tsx file
import { Decorators } from "@serenity-is/corelib";
@Decorators.registerEditor('Test2Editor')
export class Test2Editor extends Test1Editor {
}