Update default screen props
This commit is contained in:
parent
2f00bf38e3
commit
10f5cdb80b
|
@ -337,6 +337,8 @@ export function createSampleDataTableScreen(): Screen {
|
||||||
allowEditRows: false,
|
allowEditRows: false,
|
||||||
allowDeleteRows: false,
|
allowDeleteRows: false,
|
||||||
stripeRows: true,
|
stripeRows: true,
|
||||||
|
quiet: true,
|
||||||
|
hideColumnIcons: true,
|
||||||
onRowClick: [
|
onRowClick: [
|
||||||
{
|
{
|
||||||
parameters: {
|
parameters: {
|
||||||
|
|
Loading…
Reference in New Issue