The last blog was about how to programmatically extend a dataset PCF with relations, and how to filter it. The main purpose was to avoid hardcoding WebApi requests. In this blog the story goes on with examples: let's talk about how to use the dataset "linking sdk" to make PCFs for subgrids containing extended relationships... Continue Reading →
Style a PCF using FluentUI – when a Theme is not enough
When the FluentUI Theme is not enough, we can generate CSS classes using merge-styles.
Dataset PCF using FluentUI: Selection
This is a part of my blog “My Checklist for a Dataset PCF using FluentUI“. To implement a footer, we need not only the paging (see my blog about paging), but also the selected records. This way the footer will look similar to standard grids. This blog post explains how I've implemented the selection. This... Continue Reading →
Dataset PCF using FluentUI: Full Height (100%)
This is a part of my blog “My Checklist for a Dataset PCF using FluentUI“. We saw in the other blog, how to handle the height of a subgrid. But there are a few cases when the height of the grid is defined or we need to fill the whole place available (css 100%). That... Continue Reading →
Zoom In (FullScreen) PCFs
How to make the PCF toggle in FullScreen mode (for both field type or dataset type)? It's also a part of the blog series “My Checklist for a Dataset PCF using FluentUI“, since there are some details to take care when making Dataset PCFs. How To render the PCF FullScreen? Actually the possibility to render... Continue Reading →
Dataset PCF using FluentUI: Grid Height
This is a part of my blog “My Checklist for a Dataset PCF using FluentUI“. What's the right height for the grid pcf? Dataset PCF as a Home Grid If the PCF is used for the home grid, it is pretty easy: we need to fill in the whole height, and fortunately it works by... Continue Reading →
Dataset PCF using FluentUI: Columns
Defining columns inside a #Dataset #PCF using #FluentUI, the easy and the tricky part
Dataset PCF using FluentUI: Sorting
How to implement sorting columns inside a #Dataset #PCF using #FluentUI