return attributes;
}
protected void customizeCellRenderer(JTable table, Object value, boolean isSelected, boolean hasFocus, int rowIndex, int columnIndex) {
SortableTable sortableTable = (SortableTable) table;
boolean isLoading = sortableTable.isLoading();
boolean isCaretRow = table.getCellSelectionEnabled() && table.getSelectedRow() == rowIndex && table.getSelectedRowCount() == 1;