First of all, many thanks for making this library which really help people to solve their problem with almost all the scenario/requirement.
Is there a way to add column with image and text ?
for e.g.

I know, we can add text to multiple columns with addAttributedStringsToColumns(columnWidths: [CGFloat], strings: [NSAttributedString]) but if this method can provide an additonal parameter for image would really help me.
any advice and suggestions will be greatly appreciated.
First of all, many thanks for making this library which really help people to solve their problem with almost all the scenario/requirement.
Is there a way to add column with image and text ?
for e.g.
I know, we can add text to multiple columns with
addAttributedStringsToColumns(columnWidths: [CGFloat], strings: [NSAttributedString])but if this method can provide an additonal parameter for image would really help me.any advice and suggestions will be greatly appreciated.