Hi Ishani,
I advice our Grid component: http://docs.appery.io/documentation/u...
You would need CSS like this:pretd .cell-wrapper{
background-color: blue;
margin:5px !important;
}/pre
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/
Hi Ishani,
I advice our Grid component: http://docs.appery.io/documentation/u...
You would need CSS like this:pretd .cell-wrapper{
background-color: blue;
margin:5px !important;
}/pre
Thank you for your reply.
I have 1 more question, if i want check uncheck on this grid item click how can i get it ?
Visually this can be done with CSS. And you would need some custom code. How do you want this to look and work?
I'd add about mapping such grid. If grid size will always be the same you can use Appery.io service to map it. If it may vary you would need to do it manually, with JS and HTML component, using method append: http://api.jquery.com/append/
no grid size will be dyanmically bind via rest service json. I followed this and had a binding dynamically
http://docs.appery.io/tutorials/build...
I want select deselect on the binding.
i solved it ![]()