Hi all!
I have problem with https://github.com/mangopik/sximo5/wiki/5.4-Select-with-advance-filter.
I tried to limit select options after filtering ih thi way:
$("#service").jCombo("{{ URL::to('history/comboselect?filter=sk_services:name:name&limit=WHERE:servicesID:=:2') }}", { selected_value : '{{ $row["service"] }}' });
but it doesn't give any effect.
What am i doing wrong?
Hi all!
I have problem with https://github.com/mangopik/sximo5/wiki/5.4-Select-with-advance-filter.
I tried to limit select options after filtering ih thi way:
$("#service").jCombo("{{ URL::to('history/comboselect?filter=sk_services:name:name&limit=WHERE:servicesID:=:2') }}", { selected_value : '{{ $row["service"] }}' });but it doesn't give any effect.
What am i doing wrong?