For the complete documentation index, see llms.txt. This page is also available as Markdown.

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