I have tried to select all rows in a table by clicking on the upper check box in a CheckBoxColumn with the following definition:
selection = tables.CheckBoxColumn(accessor="pk", orderable=False)
However the rows are not selected, is there anything else I need to do? I am using django 1.4.1 and django_tables2 0.13.0.