Skip to content

Commit

Permalink
Fix number filters are resprected
Browse files Browse the repository at this point in the history
  • Loading branch information
hyyan committed Feb 16, 2018
1 parent dc3bdcb commit 106bd92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/BBjGridExWidget.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ bbj_grid_selected_row_events = [];

bbj_grid_supported_value_formatter = {
'date': bbj_grid_widget_get_value_formatter_date,
'number': bbj_grid_widget_get_value_formatter_number
'agNumberColumnFilter': bbj_grid_widget_get_value_formatter_number
}

function bbj_grid_widget_post_event(ev) {
Expand Down

0 comments on commit 106bd92

Please sign in to comment.