Yakov Zhmurov
Results
2
comments of
Yakov Zhmurov
https://codesandbox.io/s/uui-tables-row-styles-jz9ld?file=/Example.tsx:1423-1461 - at least let's have this example. We need to illustrate both: - custom css on row - complex customizaition, like adding a foldable panel with details to each...
In UUI, we return a Promise from showModal. This provides a nice way to chain modal and other async operations: ````` const modal1Result = await showModal(....); const apiResult = await...