docs(data-table): use batchExpansion for non-expandable rows example [ci skip]

This commit is contained in:
metonym 2021-10-20 10:00:52 -07:00
commit 3461050778

View file

@ -48,7 +48,7 @@
</script> </script>
<DataTable <DataTable
expandable batchExpansion
nonExpandableRowIds="{rows nonExpandableRowIds="{rows
.filter((row) => row.port < 3000) .filter((row) => row.port < 3000)
.map((row) => row.id)}" .map((row) => row.id)}"