Skip to content

Commit b160f78

Browse files
Update README.md
1 parent 33651f1 commit b160f78

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: README.md

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ everything one could want from a table - you have pagination, sorting, search, s
1212

1313
* you can pass in a propertyFunction instead of a property - that is a function which accepts an object and returns a string - so that the values in the tables are fully customizable (you can implement any custom logic easily in that function)
1414

15+
* if you pass both a property and a propertyFunction that means you want to use the property to sort by and use the propertyFunction for what is actually displayed (a perfect example would be having to deal with dates in ISO format and displaying them localized - you can have the dates displayed any way you like while still being able to sort them property in the table by their actual ISO strings)
16+
1517
* if you are copying it make sure to check out styles.scss so that you don't end up wondering why it doesn't look properly
1618

1719
### Desktop

0 commit comments

Comments
 (0)