Skip to content
Open
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/DataTable/DataTable.php
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ protected function renderReturnData(DataTable_DataResult $result)
}

/**
* Get the data for for a column from the given data object row
* Get the data for a column from the given data object row
*
* This method will first try calling the get method on the current
* DataTable object. If the method doesn't exist, then it will default
Expand Down