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) {
136136 }
137137 } ,
138138 lessToSass : {
139+ /* eslint-disable */
139140 convert_within_custom_replacements : {
141+ /* eslint-enable */
140142 files : [
141143 {
142144 expand : true ,
Original file line number Diff line number Diff line change 11/**
22 * @ngdoc directive
3- * @name patternfly.table.component:pfTableView - Basic
3+ * @name patternfly.table.component:pfTableView- Basic
44 *
55 * @description
66 * 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>
88 * See {@link patternfly.toolbars.component:pfToolbar pfToolbar} for use in Toolbar View Switcher
99 *
1010 * @param {object } config Optional configuration object
Original file line number Diff line number Diff line change 11/**
22 * @ngdoc directive
3- * @name patternfly.table.component:pfTableView - with Toolbar
3+ * @name patternfly.table.component:pfTableView- with- Toolbar
44 *
55 * @description
66 * Example configuring a table view with a toolbar.<br><br>
You can’t perform that action at this time.
0 commit comments