-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add manual for each field for custom tabular input? #354
Comments
@dickyermawan to be honest I didn't clearly understand the question but maybe the DivRenderer that what you're looking for |
like this,, this is dynamic form from wbraganca.. one more thing,, I need >70 rows, the drawback that I use now is when adding rows that are already above 50, the process feels slow. that's why I'm interested in using this multiple widget. @unclead |
can i manually create each field like this? without using column from tabularinput @unclead |
I'm afraid there is no such feature out of the box. As an option, you can implement your own renderer using one of the existing as an example but it looks like a dirty workaround. |
can i add field one by one field for tabular input? Do not use 'column' for each field. Because I need colspan in some td. Thanks.
The text was updated successfully, but these errors were encountered: