How to add select2_from_array to Table-pro Field for Row? #779
Replies: 1 comment
-
Hi @ngthanhluan1505, Thanks for your question. Unfortunately, at this moment we are only supporting text fields in the Table field, as can be seen in the source code ( You can create a custom field based on the above file and add your required functionality. Here's how you can get started: https://backpackforlaravel.com/docs/6.x/crud-fields#creating-a-custom-field-type-1 Hope this helps. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I use Table-pro to create table for Create Operation. I need add select2_from_array to table but it can only add text field. How to fix it?
Note: I can use Repeatable but that design is not suitable for my function => So, Can use Table-pro with some fields?
Beta Was this translation helpful? Give feedback.
All reactions