Pavel
Pavel
``` $crud->set_table('ci_company'); $crud->columns('name'); $crud->set_relation('tarif_id','ci_tarif','name'); ``` I have same name column "Name" in 2 tables: ci_company and ci_tarif. Example show me only name from ci_company. How can I get name from...
I need sent in 1 api call multiple emails. [This example from mailChimp documentation](https://developer.mailchimp.com/documentation/mailchimp/reference/lists/#create-post_lists_list_id) ``` curl --request POST \ --url 'https://usX.api.mailchimp.com/3.0/lists/205d96e6b4' \ --user 'anystring:apikey' \ --header 'content-type: application/json' \ --data...
``` ``` In this case, Image component doesnt view. How can I make it work with Button material ui component? Here is example: https://codesandbox.io/s/gifted-hofstadter-y496r?file=/src/App.js
Example
Please, add any simple example. I made 2 actions and both is view. However both can write to db. Need examples