Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/DataTables/DataTables.js → DataTables/DataTables.js
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ class DataTables extends Component {

handleCellClick = (rowIndex, columnIndex, event) => {
const {onCellClick, selectable} = this.props;
if (onCellClick && !selectable) {
if (onCellClick) {
const adjustedColumnIndex = this.props.showCheckboxes ? columnIndex : columnIndex - 1;
onCellClick(
rowIndex,
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
23 changes: 0 additions & 23 deletions example/app/index.html

This file was deleted.

8 changes: 0 additions & 8 deletions example/app/main.css

This file was deleted.

Loading