質問編集履歴

3

質問の編集

2019/08/17 17:46

投稿

20lara0
20lara0

スコア2

test CHANGED
File without changes
test CHANGED
@@ -10,17 +10,17 @@
10
10
 
11
11
  ```
12
12
 
13
- shop_name is null ASC,shop_name ASC
13
+ <a href="{{ route('show',['sort' => 'shop_name is null ASC', 'direction'=>',shop_name ASC' ]) }}">shopname</a>
14
14
 
15
15
  ```
16
16
 
17
17
  ```
18
18
 
19
- shop_list is null ASC,shop_list ASC
19
+ <a href="{{ route('show',['sort' => 'shop_list is null ASC', 'direction'=>'shop_list ASC' ]) }}">shoplist</a>
20
20
 
21
21
  ```
22
22
 
23
- 上記コード実行した時にソートがされずnullも最終ページに表示されないです。
23
+ 上記リンククリックした時にソートがされずnullも最終ページに表示されないです。
24
24
 
25
25
 
26
26
 

2

url

2019/08/17 17:46

投稿

20lara0
20lara0

スコア2

test CHANGED
File without changes
test CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Kyslik(sortのライブラリ)を使用し、nullを最終ページに表示させる。
4
4
 
5
- [https://github.com/Kyslik/column-sortable]
5
+ [Kyslik](https://github.com/Kyslik/column-sortable)
6
6
 
7
7
  ### 発生している問題・エラーメッセージ
8
8
 

1

改善

2019/08/17 17:41

投稿

20lara0
20lara0

スコア2

test CHANGED
File without changes
test CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Kyslik(sortのライブラリ)を使用し、nullを最終ページに表示させる。
4
4
 
5
- https://github.com/Kyslik/column-sortable
5
+ [https://github.com/Kyslik/column-sortable]
6
6
 
7
7
  ### 発生している問題・エラーメッセージ
8
8