logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

HTML::FormHandler::Render::Table - render a form with a table layout

Author

       FormHandler Contributors - see HTML::FormHandler

Name

       HTML::FormHandler::Render::Table - render a form with a table layout

Synopsis

       Include this role in a form:

          package MyApp::Form::User;
          use Moose;
          with 'HTML::FormHandler::Render::Table';

       Use in a template:

          [% form.render %]

Version

       version 0.40068

See Also