Bob Kosse

Results 3 comments of Bob Kosse

@PrestaSafe You can easy fix this by adding ```public $sort_attribute = 'id_customer';``` to your table component.

@joaquin03 @Edd-G @jjsquady @christoph007 @LiamRoels @aqnouch I made a little fix in 2 files: **chat\messages\action.tsx:** Added those 2 lines to the ```performAction``` method: ``` var event = new CustomEvent('buttonSelection', {'detail':...

> Thanks @bobkosse I ll try this fix. 😉 Let me know if it works for you!