ons-list
-
Component to define a list, and the container for ons-list-item(s).
Click here to see the original article
-
This control have any attribute(as datasource) to fill data from database.
-
@ngocthuan Check out this thread, but in short, no there is not an attribute for that.
-
Hello dears! How i can set a css when the ons-list-item get focus?
i tried on my css without succes ->
ons-list-item:focus {
border-style:solid;
border-width:1px
}