wash34000

Results 13 comments of wash34000

![image](https://user-images.githubusercontent.com/4212152/64258926-5f898400-cf28-11e9-82b9-dd43d46359a5.png) Like this. What do you think about this one with two input tags ? I've all ready make this with an old Datatables version on CakePHP framework. If that...

I've the same issue. Did you find the solution ? Kind regards

I've try to switch pin from R2 / G2 / B2 to R3 / G3 / B3 and with this wiring i have the bottom area on the rightr working...

Hello, I've the same problem. $callbackUrl = "https://xxxx/order/api/list"; // connect with key and secret $client = $this->magentoRestClient::factory(array( 'base_url' => 'http://xxxx.local', 'consumer_key' => '123456789012345678901234567890', 'consumer_secret' => '123456789012345678901234567890', 'callback' => $callbackUrl, ));...

For now i've change line 300 : ```` $columnType = ($columnDesc['type'] === 'text') ? 'string' : $columnDesc['type']; ````

Do you have some clue to enable inline editing ?

public function index() { if ($this->request->is(['get', 'post'])) { debug($this->request->getQuery()); } $columns = [ [ 'field' => 'Products.id', 'data' => 'id', 'visible' => false, 'searchable' => false, ], [ 'title' =>...

I try this to debug. I have the same result without. ` if ($this->request->is(['get', 'post'])) { debug($this->request->getQuery()); }`

Here my index.php template : ``` Home Products List Products DataTables ```