Skip to content

Commit 3b44281

Browse files
committed
Added info about baseUrl and confirmMove options of SortableColumn to README
1 parent d87aabd commit 3b44281

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,8 @@ use arogachev\sortable\grid\SortableColumn;
248248
[
249249
'class' => SortableColumn::className(),
250250
'gridContainerId' => 'question-sortable',
251+
'baseUrl' => '/sort/', // Optional, defaults to '/sort/'
252+
'confirmMove' => true, // Optional, defaults to true
251253
],
252254
// Other columns
253255
],

0 commit comments

Comments
 (0)