-
-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
532 additions
and
533 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 20 additions & 0 deletions
20
src/main/java/org/dominokit/domino/ui/datatable/DataTableStyles.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
package org.dominokit.domino.ui.datatable; | ||
|
||
public class DataTableStyles { | ||
public static final String TABLE_RESPONSIVE = "table-responsive"; | ||
public static final String TABLE = "table"; | ||
public static final String TABLE_HOVER = "table-hover"; | ||
public static final String TABLE_STRIPED = "table-striped"; | ||
public static final String TABLE_CONDENSED = "table-condensed"; | ||
public static final String TABLE_BORDERED = "table-bordered"; | ||
public static final String TABLE_ROW_FILTERED = "table-row-filtered"; | ||
public static final String TABLE_FIXED = "table-fixed"; | ||
public static final String TBODY_FIXED = "tbody-fixed"; | ||
public static final String TABLE_CM_HEADER = "table-cm-header"; | ||
public static final String FIXED_WIDTH = "fixed-width"; | ||
public static final String HEADER = "table-header"; | ||
public static final String RECORD_DETAILS_BUTTON = "record-details-button"; | ||
public static final String DETAILS_TD = "details-td"; | ||
public static final String DETAILS_TR = "details-tr"; | ||
public static final String SELECT_CHECKBOX = "select-checkbox"; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.