$tableId, 'class' => 'info_table', 'style' => 'width: 99%', 'columns' => $columns, 'column_names' => $column_names, 'ajax_url' => 'operation/search_agents.getdata', 'ajax_postprocces' => 'process_datatables_item(item)', 'ajax_data' => ['search_agents' => 1], '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( '', [ 'type' => 'data_table' ] ); } catch (Exception $e) { echo $e->getMessage(); }