Difficulty creating a Custom Grid Renderer to mimic a TextField

Thanks for the feedback and we are looking at using an extra table or grid to make the updates, however yesterday after a lot of back and forward i was able to make the renderer works. I still can’t believe this is why it wasn’t working and i think it should be added in the documentation but anyways in the pom file you need to add the below tag and it should work.

<resources>
            <resource>
                <directory>src/main/java</directory>
            </resource>
            <resource>
                <directory>src/main/resources</directory>
            </resource>
        </resources>