Hi, I have to render grid based on the dynamic columns. I will be fetching info from the API, column header names, cell type and whether that column is required or not.
I have given a snippet below where I tried to use custom renderer to get the requirement.
https://jsfiddle.net/prajakta_chari/xu7hsdk4/23/
Requirements:
- If the column is a required field then should highlight all the cells which are empty after clicking the submit button.
- Render types of cells like, checkbox, dropdown, multi-select dropdown.
- Get the grid data on click of submit button.
All these features should work together. Kindly revert asap.