We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 091cb67 commit aadf60cCopy full SHA for aadf60c
README.md
@@ -62,7 +62,7 @@ FileTable table = files.stream()
62
new ColumnDef<>("Size", File::length, 70, Long.class)));
63
```
64
65
-### Using `enum` for definition of table columns
+### Tip: Using `enum` for definition of table columns
66
For a table with fixed (i.e. predefined) columns, Java `enum` provides a convenient way to define and access the column
67
definitions - for example, when a column index is required after the table was created.
68
0 commit comments