In this article, we will show you how to display a checkbox in the header cell of a Flutter DataTable.
When the checkbox selection mode is used, the "check all" checkbox in the doesn't support an indeterminate state. This is a bit strange considering the TreeTable does support this state. Looking at ...