Hi HemantG,
what do you mean with the Landing Page? Is it the first Page of the model driven app for an Entity?
Or do you mean the new Portal Feature with Landing Page as Template?
edit:
I have now implemented as follows:
1. Uploaded the react solutions
2. Added View to Entity
3. Added Custom Control as Grid to View
4. Created a new model-driven app
5. Added Entity to model-driven app
6. Added only the customized view to the entity/model-driven app...
I'm getting now the data of the entity grid to add it over my react solution.
For this I have logged: console.log(this._context.parameters.dataSetGrid);
which shows that items are available... How can I access a full dataset/row now??
Best regards
fs92