Don't works if model primaryKey is not `id`
Opened this issue · 1 comments
PrestaSafe commented
bobkosse commented
@PrestaSafe You can easy fix this by adding public $sort_attribute = 'id_customer';
to your table component.
Opened this issue · 1 comments
@PrestaSafe You can easy fix this by adding public $sort_attribute = 'id_customer';
to your table component.