can I get any function to get nestedHeaders values
getColHeader() returns alphabets
the table has nestedHeaders only
How to get nestedheaders
Hi @likethis91
you can use instance.getSettings().nestedHeaders
like here https://jsfiddle.net/9c3xgoe7/2/
thanks for your quick response!