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
FinnArildFluidoFinnArildFluido 

Missing Lightning features - PageBlock, PageBlockSection, PageBlockSectionItem

I have been prototyping a bit in Lighting the past days, whilst also learning - but one thing I find very hard to do is something as simple as display the fields of a record like in a page layout. There is of course the force:recordview, but that shows the whole actual page layout, and in many cases you want to display a bit specific layout of a - for example - related record on a record page. I have not found anything about this in lightning and not in LDS either.

In Visualforce you would build a pageblock, pageblocksection, and pageblocksectionitem ... and suddenly you would have an uncle named Bob. But I have found no easy way to do this in Lightning (plenty of hard ones involving a LOT of tags/css, though) ...

Am I the only one with this problem? :) ...