Deep Links
The library supports the deep links that generate a unique URL for every controls state combination. To enable deep links:
<script>
datagrid({
deepLink: true
});
</script>
Last updated
Was this helpful?
The library supports the deep links that generate a unique URL for every controls state combination. To enable deep links:
<script>
datagrid({
deepLink: true
});
</script>
Last updated
Was this helpful?