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
I am trying to implement a checkbox column in my data table for multi select. It doesn't appear as though I can set the header for this column to a 'master checkbox' element as the column is set to string type and only accepts a string. If I do [header]="getCheckboxHeader()" it will display the HTML as plain text.
Can this be made more flexible? Maybe let multiple templates be passed in, one for the header and one for the row content?
The text was updated successfully, but these errors were encountered:
I am trying to implement a checkbox column in my data table for multi select. It doesn't appear as though I can set the header for this column to a 'master checkbox' element as the column is set to string type and only accepts a string. If I do [header]="getCheckboxHeader()" it will display the HTML as plain text.
Can this be made more flexible? Maybe let multiple templates be passed in, one for the header and one for the row content?
The text was updated successfully, but these errors were encountered: