You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: