I want to create a formItem composed of 2 buttons (addButton, removeButton) and a table, the addButton adds a line to the table and the removeButtons removes the selected line.
Please Help.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The simplest when you want something special in a dynamicForm is to use the CanvasItem which allow you to “wrap” anything you like inside a formitem uniform.
So in your case you can put a Layout (H or V) with the members you likeIButton, GridList, Label …. and set the Canvas of your CanvasItem to this Layout (setCanvas() method).