Closed adamjudd closed 12 years ago
processData passes four parameters, where as defaultRenderFunction only accepts 3 - it's missing the originalDataItem parameter. It also uses the hard-coded nameField 'name' so that should be switched out to use the config value.
Right you are. Thanks!
processData passes four parameters, where as defaultRenderFunction only accepts 3 - it's missing the originalDataItem parameter. It also uses the hard-coded nameField 'name' so that should be switched out to use the config value.