$tableId, 'class' => 'info_table', 'style' => 'width: 99%', 'columns' => $columns, 'column_names' => $column_names, 'ajax_url' => 'operation/search_agents.getdata', 'ajax_data' => [ 'search_agents' => 1, 'stringSearchSQL' => $stringSearchSQL, ], 'order' => [ 'field' => 'alias', 'direction' => 'asc', ], 'search_button_class' => 'sub filter float-right', 'filter_main_class' => 'box-flat white_table_graph fixed_filter_bar', ] ); html_print_action_buttons(''); } catch (Exception $e) { echo $e->getMessage(); }