🚀 Glide Data Grid is a no compromise, outrageously react fast data grid with rich rendering, first class accessibility, and full TypeScript support.
They way ImageCell is setup to support multiple images in a single cell, which makes sense. However since for a single image the value of the cell would be in array like [some-image-url] we are stuck due to how our DS's are setup.
As far as I understand, there isn't a way to make ImageCell support simple string urls instead of an array.
Is there are simpler way to handle this case?
We are avoiding the use of CustomCell as the data would be {} and it would require a lot of codebase change.
They way
ImageCell
is setup to support multiple images in a single cell, which makes sense. However since for a single image the value of the cell would be in array like[some-image-url]
we are stuck due to how our DS's are setup. As far as I understand, there isn't a way to makeImageCell
support simplestring
urls instead of an array.CustomCell
as the data would be{}
and it would require a lot of codebase change.Thank you for the help .
P.S - Love the editor!