Hi,
I am working on a custom field and I have added a configurable page for that custom field. I am populating and entering data through AUI Restful table but I want one column to be drop-down which can query rest api in runtime to populate the drop down. It could be something like Lead column in component configuration page.
Any help would be appreciated
Regards
A
For us, https://bitbucket.org/jwalton/aui-archive/src/master/auiplugin-tests/src/main/resources/restfultable/restfultable-example.js was very helpful. The idea is that you define `editView: customEditViewFunction` on your column. Then, inside the function `customEditViewFunction`, you simply return HTML with the `select` element.
Hi @abhisek kumar srivastava ,
I have a similar scenario and looking for some help. Did you found any solution of using dropdown in restful table columns ?
Best Regards,
Kumar
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.