Skip to content

Commit

Permalink
Added info about baseUrl and confirmMove options of SortableColumn to…
Browse files Browse the repository at this point in the history
… README
  • Loading branch information
arogachev committed Jan 27, 2016
1 parent d87aabd commit 3b44281
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,8 @@ use arogachev\sortable\grid\SortableColumn;
[
'class' => SortableColumn::className(),
'gridContainerId' => 'question-sortable',
'baseUrl' => '/sort/', // Optional, defaults to '/sort/'
'confirmMove' => true, // Optional, defaults to true
],
// Other columns
],
Expand Down

0 comments on commit 3b44281

Please sign in to comment.