File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
src/table/tableview/examples Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,9 @@ module.exports = function (grunt) {
136
136
}
137
137
} ,
138
138
lessToSass : {
139
+ /* eslint-disable */
139
140
convert_within_custom_replacements : {
141
+ /* eslint-enable */
140
142
files : [
141
143
{
142
144
expand : true ,
Original file line number Diff line number Diff line change 1
1
/**
2
2
* @ngdoc directive
3
- * @name patternfly.table.component:pfTableView - Basic
3
+ * @name patternfly.table.component:pfTableView- Basic
4
4
*
5
5
* @description
6
6
* Component for rendering a simple table view.<br><br>
7
- * See {@link patternfly.table.component:pfTableView%20-%20with%20Toolbar pfTableView - with Toolbar} for use with a Toolbar<br>
7
+ * See {@link patternfly.table.component:pfTableView-with-Toolbar pfTableView - with Toolbar} for use with a Toolbar<br>
8
8
* See {@link patternfly.toolbars.component:pfToolbar pfToolbar} for use in Toolbar View Switcher
9
9
*
10
10
* @param {object } config Optional configuration object
Original file line number Diff line number Diff line change 1
1
/**
2
2
* @ngdoc directive
3
- * @name patternfly.table.component:pfTableView - with Toolbar
3
+ * @name patternfly.table.component:pfTableView- with- Toolbar
4
4
*
5
5
* @description
6
6
* Example configuring a table view with a toolbar.<br><br>
You can’t perform that action at this time.
0 commit comments