There is no way to define a custom sort order in the Tile Viewer
Currently, even if we reorder rows in the Grid, the order in the Tile Viewer does not reflect that change. We were also unable to find a relevant option in the settings.
Data-level operations such as deletion or filtering do synchronize between the Grid and Tile Viewer.
However, there is no way to control the display order in the Tile Viewer independently.
- Grokky note: Not currently supported. The Tile Viewer properties (help/visualize/viewers/tile-viewer.md and js-api/src/interfaces/d4.ts → ITileViewerSettings) include lanesColumnName, rowSource, filter, and drag-between-lanes — but no sort order property. The TileViewer class itself (js-api/src/viewer.ts) exposes no sorting methods. Reordering rows in the Grid does not carry over to the Tile Viewer.
There is no way to define a custom sort order in the Tile Viewer
Currently, even if we reorder rows in the Grid, the order in the Tile Viewer does not reflect that change. We were also unable to find a relevant option in the settings.
Data-level operations such as deletion or filtering do synchronize between the Grid and Tile Viewer.
However, there is no way to control the display order in the Tile Viewer independently.