Returns the number of items in the current column.
This method is called to determine how many items should be displayed in the currently active column.
@override int getLength() => _datas?.length ?? 0;