function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Nikunj VNikunj V 

html table from soql list (bootstrap)

Hello,

i am learning bootstrap and need to see opportunity based on some condition in one bootstrap page. i have soql list, now how can i create html table. and is it possible to edit the same opportunity on the same bootstrap page?

thanks for your time :)
Best Answer chosen by Nikunj V
KaranrajKaranraj
Yes you can do it. If you are storing the result in list, then you can use the <apex:repeat> to assign the value in html table and display in a visualforce page. Check this blog post to edit record in same page in bootstrap http://clicksandcode.blogspot.in/2014/08/visualforce-remote-object-im-single.html