We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

datagrid with in-line editing

Hi phalcon community,

I'm still trying to evaluate phalcon for some new projects.

I've had a few projects using qcodo, and then later on qcubed. These 2 frameworks had a feature called "datagrid with in-line editing". There is a live example of how it works here: https://examples.qcu.be/assets/_core/php/examples/dynamic/inline_editing.php

Is this possible to do with phalcon? How easy/hard would it be?

Thanks

edited Mar '14

Phalcon is a PHP framework, you can do whatever you want with it, Phalcon is not dependent on any client library jquery, or other, you use what you want and what you need in View layer, and use Controller/Model layer as datasource for library. For example look at KendoUI

Here is demo https://demos.telerik.com/kendo-ui/web/grid/editing-inline.html

Here is how to do it https://docs.telerik.com/kendo-ui/getting-started/using-kendo-with/php/widgets/grid/overview