()
| 960 | wo = c.widgetOptions, |
| 961 | count = 0, |
| 962 | completed = function() { |
| 963 | wo.filter_initialized = true; |
| 964 | c.$table.triggerHandler( 'filterInit', c ); |
| 965 | tsf.findRows( c.table, c.$table.data( 'lastSearch' ) || [] ); |
| 966 | }; |
| 967 | if ( $.isEmptyObject( wo.filter_formatter ) ) { |
| 968 | completed(); |
| 969 | } else { |
no outgoing calls
no test coverage detected