Quentin
Quentin
I agree with you. The method `POST` should be used for the mass action, export and tweaks. @APY/collaborators ?
@APY/collaborators I'm working on this issue. When a grid is filtered, ordered, limited, the page is reset to zero ([see](https://github.com/APY/APYDataGridBundle/blob/master/Grid/Grid.php#L828)). Why ? All filters are removed from the URL. We...
If we use the Symfony Form component for manage filters (#797), we could use the Symfony Validator component for validate the filters data.
I agree, for which reason I developed a `Grid::handleRequest` (like symfony form component) method for manage filters and sorts. For now, it just calls the method `Grid::isReadyForRedirect` but must be...
Override your column: ``` twig {% block grid_%grid_id%_column_id_%column_id%_cell %} {% set entity = row.entity %} Show my entity {% endblock %} ``` Source: [Cell rendering](https://github.com/APY/APYDataGridBundle/blob/master/Resources/doc/template/cell_rendering.md)
@APY/collaborators I propose to throw an exception when a group name does not exist instead of display the default columns.
@hmert This todo list is in progress. @APY/collaborators Feel free to add tasks.
Hi! It looks like `node` is not installed where your app is hosted: ``` Error Output: ================ env: node: No such file or directory in /Users/maiis/Sites/mjml/wp-content/themes/client/inc/commun/emails/lib/mjml/vendor/qferr/mjml-php/src/Mjml/Renderer/BinaryRenderer.php:49 ``` Sometimes you need...
Alright. Keep me informed, I'll reopen if necessary.
@sboerrigter Let me know the error message please.