|
Lines 550-556
function _dt_default_ajax(params) {
Link Here
|
| 550 |
coded_datatype && |
550 |
coded_datatype && |
| 551 |
coded_datatype.length > 1 |
551 |
coded_datatype.length > 1 |
| 552 |
) { |
552 |
) { |
| 553 |
if (global_search.length || value.length) { |
553 |
if (global_search.length) { |
| 554 |
coded_datatype = coded_datatype[1]; |
554 |
coded_datatype = coded_datatype[1]; |
| 555 |
const search_value = value.length |
555 |
const search_value = value.length |
| 556 |
? value |
556 |
? value |
| 557 |
- |
|
|