-
Notifications
You must be signed in to change notification settings - Fork 238
Open
Description
I am using this table view and trying to create a table with a header checkbox and checkbox for each row. Something like below;

I was able to render checkboxes in rows but could not find a way to set it in the header with 'SimpleTableHeaderAdapter'. Is there a way to include views in the header?
I only see these constructors;
public SimpleTableHeaderAdapter(Context context, params string[] headers);
public SimpleTableHeaderAdapter(Context context, params int[] headerStringResources);
Note: I am working with Xamarin C# - https://github.com/xamarin/XamarinComponents/tree/master/Android/SortableTableView
Metadata
Metadata
Assignees
Labels
No labels