Skip to content

Commit

Permalink
Removed MoveableTableRows component
Browse files Browse the repository at this point in the history
Signed-off-by: Neha Gokhale <neha.gokhale@ibm.com>
  • Loading branch information
nmgokhale committed May 9, 2024
1 parent e7ba958 commit 91e395f
Show file tree
Hide file tree
Showing 13 changed files with 66 additions and 1,153 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

@import "./control-item/control-item";
@import "./title-editor/title-editor";
@import "./moveable-table-rows/moveable-table-rows";
@import "./field-picker/field-picker";
@import "./properties-modal/properties-modal";
@import "./wide-flyout/wide-flyout";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -523,6 +523,7 @@ class FlexibleTable extends React.Component {
const containerClass = this.props.showHeader ? "properties-ft-container-absolute " : "properties-ft-container-absolute-noheader ";
const messageClass = (!this.props.messageInfo) ? containerClass + STATES.INFO : containerClass;
// Table toolbar replaces ftHeader when 1+ rows are selected
// TODO: need to improve this condition when tableToolbar exists only then hide the other ftHeader.
const ftHeader = ((searchBar || this.props.topRightPanel) && this.props.selectedRows.length === 0)
? (<div className="properties-ft-table-header" ref={ (ref) => (this.flexibleTableHeader = ref) }>
{searchBar}
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit 91e395f

Please sign in to comment.