reflect icon indicating copy to clipboard operation
reflect copied to clipboard

Autocombine in bind

Open sergeysova opened this issue 4 years ago • 1 comments

https://ant.design/components/table/#header

const Data = reflect(
  view: Table,
  bind: {
    pagination: {
      total: $total,
    },
  },
})

sergeysova avatar Apr 14 '21 09:04 sergeysova

same problem https://codesandbox.io/s/recursing-clarke-dn8qkl?file=/src/App.tsx

ZothOmmog avatar Aug 07 '23 09:08 ZothOmmog