List Formatting: When a view using absolute
is displayed in the list web part, the list items do not appear
#10046
Labels
Needs: Triage 🔍
Awaiting categorization and initial review.
type:bug-suspected
Suspected bug (not working as designed/expected). See “type:bug-confirmed” for confirmed bugs.
Target SharePoint environment
SharePoint Online
What SharePoint development model, framework, SDK or API is this about?
Declarative list formatting
Developer environment
Windows
What browser(s) / client(s) have you tested
Additional environment details
No response
Describe the bug / error
The view was formatted by setting
position
toabsolute
to display items with absolute positioning. This works fine on the list screen.However, when the same view is displayed in a list web part on the page, the items do not appear. Previously, they were displayed without any issues.
Is this a bug? Or is it no longer supported due to specification changes?
Steps to reproduce
Create a view and apply the following JSON
Sample Code
Place the List Web Part on the page and display the view created in 1.
Expected behavior
List items are displayed.
The text was updated successfully, but these errors were encountered: