Felipe Silvafbsilva.blog·Sep 24, 2024Rich Text and the non-expected HTML tags in view columns (Model-Driven App)Introduction You may have seen that when you create a new column in Microsoft Dataverse, you can select also a data format for certain types. Right? The format is an option very commonly used for dates, whole numbers and text columns in the system, a...3 likes·251 readsmodel driven app
Michael Asiedumichaelasiedu.hashnode.dev·Jun 15, 2023Integrate a Rich-Text Editor into Next.js Applications in Just 4 MinutesThe server-side rendering (SSR) capability of Next.js adds complexity when incorporating certain client-side dependencies in your applications. In this tutorial, we will build a simple Rich-text editor with Next.js and an NPM dependency called Draft....1 like·673 readsJavaScript and ReactNext.js