Hi everybody!
How to use the function get_primary_key?
There's no documentation about it.
Can i use it to get primary key from list state?
I would like to get the primary key and use it with add_action. Could it be possible?
For example:
$primary_key = $crud->get_primary_key('my_table'); if($primary_key == 1){ $crud->add_action('Process', '', 'main/process','ui-icon-signal'); }
Thanks.