summaryrefslogtreecommitdiffstats
path: root/src/components/data_table/sortable.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/data_table/sortable.rs')
-rw-r--r--src/components/data_table/sortable.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/components/data_table/sortable.rs b/src/components/data_table/sortable.rs
index 6980408c..f5343b85 100644
--- a/src/components/data_table/sortable.rs
+++ b/src/components/data_table/sortable.rs
@@ -4,12 +4,11 @@ use concat_string::concat_string;
use itertools::Itertools;
use tui::widgets::Row;
-use crate::utils::gen_util::truncate_text;
-
use super::{
ColumnHeader, ColumnWidthBounds, DataTable, DataTableColumn, DataTableProps, DataTableState,
DataTableStyling, DataToCell,
};
+use crate::utils::gen_util::truncate_text;
/// Denotes the sort order.
#[derive(Clone, Copy, Debug, PartialEq, Eq)]