1
0
-1

Hi, i want to ask something 
how to make many crud in one form, and result will be show like as picture below
and no menu bar

thank you


    CommentAdd your comment...

    2 answers

    1.  
      1
      0
      -1

      Hi, if you require custom behavior that is not available in existing elements, you could use custom HTML and code in a Custom HTML element. Alternatively, you can develop your own plugin as per Developing Plugins if you intend to make it a reusable component.

        CommentAdd your comment...
      1.  
        1
        0
        -1

        i already tried for custom html, but im confuse how to create CRUD manually , how i fill function and get data ,
        Could you please make tutorial for this case, thank you

        1. Anders

          If you mean on building a custom plugin, then there are some tutorials at Plugin Tutorials. Perhaps you can try to extend the default Grid element in https://github.com/jogetworkflow/jw-community/blob/7.0-SNAPSHOT/wflow-core/src/main/java/org/joget/apps/form/lib/Grid.java.


        CommentAdd your comment...