You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be good to use our checkbox component and our text field component for the select column and the default text editor in the table component to be consistent with our styling.
The text was updated successfully, but these errors were encountered:
Before #179 (PR #207), papi-components didn't include the table or the checkbox. As in src/renderer/components/papi-components/index.ts doesn't include table or checkbox. PR #207 moves papi-components to an external module and outside of papi itself. So lib/papi-components/src/index.ts has been updated to inlude the checkbox but has left including the table for this issue. You can also add an example table to extensions/lib/hello-world/hello-world.web-view.tsx to check it's working along with the other examples.
It would be good to use our checkbox component and our text field component for the select column and the default text editor in the table component to be consistent with our styling.
The text was updated successfully, but these errors were encountered: