Simple tick next ot list item
I am using a grid to fill with data from a database service. I want to add a simple select tick on the right of the list to be able to mark items. How do I do this?
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
I am using a grid to fill with data from a database service. I want to add a simple select tick on the right of the list to be able to mark items. How do I do this?
Hi Aeneas,
You have some special logic for this UI? Or you just trying to implement the same logic as already implemented in component "mobilecheckboxgroup"?
See details on screen shots:
http://prntscr.com/43sifa/direct
http://prntscr.com/43siun/direct
Regards.
No special logic but I want to display a list returned from a data service which will be different lengths. The list will also have more than one column being name and percentage. I want to be able to choose an item in the returned list to mark for deletion if the user requires it. I want the grid to have a checkbox plus the 2 fields in the list returned.
I tried the checkbox group but was unable to create multiple checkboxes based on the list mapping.
Dear Aeneas,
Please folow these steps to get your checkboxes list populates with service response:
1 Open your list service datasource mapping.
2 Find your checkboxlist component in the right points panel and expand it to see single checkbox component. http://prntscr.com/43tail/direct
3 Map your "$[]" to the checkbox component. see details: http://prntscr.com/43tb07/direct
4 Then invoke this service datasource on "page load" event.
That's all after you will get list of checkboxes.
Regards.
This doesn't work for me and I have attached the screen shots. My checkbox list is in a collapsible within another collapsible as you can see. When I run it just hangs and nothing gets populated. This is in relation to the issue you were helping me with yesterday where I am trying to fill a list within a collapsible based on the collapsible results. I still have no resolve to this either?
Sorry it was Evgene Karachevtsev helping me on other issue
Hello Aeneas,
Could you please clarify, do you need help with this issue?
Hi Evgene, I do need a way of selecting an item in the list so I am able to delete at users request. However I am still unable to populate the list correctly as I am awaiting a response from you on the other issue from yesterday entitled "Filling list within collapsible".
Thanks,
Aeneas
Hi Aeneas,
Ok, please return to this issue when you be able to populate this list from other getsatisfaction topic.
Regards.
Hi Yurri, I have created a list of collapsibles with a delete button inside so I no longer require this.
Thanks for your help!