Hi,
Does TileGrid has filterData() API ?
I use TileGrid.fetchData(dynamicForm.getValuesAsCriteria())
For a RestDataSource which connect to PHP backend.
The PHP did not receive the
$_GET['textMatchStyle']
parameter. How can I force TileGrid to request data
with $_GET['textMatchStyle'] parameter ?
Regards
KC
Does TileGrid has filterData() API ?
I use TileGrid.fetchData(dynamicForm.getValuesAsCriteria())
For a RestDataSource which connect to PHP backend.
The PHP did not receive the
$_GET['textMatchStyle']
parameter. How can I force TileGrid to request data
with $_GET['textMatchStyle'] parameter ?
Regards
KC
Comment