Skip to content

Commit 9cb2af3

Browse files
authored
Update README.md
1 parent e443c28 commit 9cb2af3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

FAQ/README.md

+6
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@ The given value shows only two buttons in your table, apart from the button of t
114114

115115
The searching bar is an option to filter the rows of your table with a simple filter or the possibility to create your own filter.
116116

117+
![Searching bar](https://github.com/daniapq/PSTableSeaside/blob/master/FAQ/images/searchingBar.png?raw=true)
118+
117119
## Disable Searching bar
118120

119121
If you want to disable the searching bar, you need to add the following attribute with the following value:
@@ -127,6 +129,8 @@ ExampleTable new
127129
disableSearching: true.
128130
```
129131

132+
![Disable searching](https://github.com/daniapq/PSTableSeaside/blob/master/FAQ/images/disableSearching.png?raw=true)
133+
130134
By default, the searching bar is not disabled
131135

132136
## Change filter of searching bar
@@ -142,3 +146,5 @@ validateFilterOf: anObject
142146
```
143147

144148
The method must return a boolean value.
149+
150+
![Filter example](https://github.com/daniapq/PSTableSeaside/blob/master/FAQ/images/filterExample.png?raw=true)

0 commit comments

Comments
 (0)