Skip to content

Commit f438426

Browse files
committed
typo fix for document
1 parent 269ffb3 commit f438426

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/columns.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -435,14 +435,14 @@ Furthermore, it also accepts a callback which takes **4** arguments and `String`
435435
const headerSortingClasses = (column, sortOrder, isLastSorting, colIndex) => { ... }
436436
```
437437

438-
* column: The value of current column.
439-
* sortOrder: The order of current sorting
440-
* isLastSorting: Is the last one of sorting.
441-
* colIndex: The index of the current column being processed in BootstrapTable.
438+
* `column`: The value of current column.
439+
* `sortOrder`: The order of current sorting
440+
* `isLastSorting`: Is the last one of sorting.
441+
* `colIndex`: The index of the current column being processed in BootstrapTable.
442442

443443
### <a name='headerSortingStyle'>headerSortingStyle - [Object | Function]</a>
444444

445-
It's similiar to [headerSortingClasses](#headerSortingClasses). It allows to customize style of `header cell` which is sorting based on. `Object` or `callback` are acceptable. `callback` takes **4** arguments and an `Object` is expected to return:
445+
It's similiar to [headerSortingClasses](#headerSortingClasses). It allows to customize style of header cell which is sorting based on. An style `Object` and `callback` are acceptable. `callback` takes **4** arguments and an `Object` is expected to return:
446446

447447
```js
448448
const sortingHeaderStyle = {

0 commit comments

Comments
 (0)