Skip to content

Commit

Permalink
allow sort on datetime fields
Browse files Browse the repository at this point in the history
  • Loading branch information
nh758 committed Oct 28, 2024
1 parent 0efd604 commit c8e04d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dataFields/ABFieldDateTimeCore.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const ABFieldDateDefaults = {
// if a {fn} is provided, it will be called with the ABField as a parameter:
// (field) => field.setting.something == true

isSortable: false,
isSortable: true,
// {bool} / {fn}
// determines if the current ABField can be used to Sort data.
// if a {fn} is provided, it will be called with the ABField as a parameter:
Expand Down

0 comments on commit c8e04d8

Please sign in to comment.