Open MiniMenu opened 6 years ago
@MiniMenu sorry for the late reply, I just looked at the current code and at the moment we're only passing the name attribute to the column header, so a temporary workaround would be to use same value for objectKey
and name
for the headers using the checkbox component and resolve the actual name in your component using the objectKey
. I'll mark this a feature request though as you might want to access other values from the column to besides the name, objectKey being on obvious one.
Hi, I added a custom header with a checkbox?
Is there a way to get the column's objectkey or the column's information when a checkbox is selected? Pls help. Thanks in advance.