APYDataGridBundle icon indicating copy to clipboard operation
APYDataGridBundle copied to clipboard

DataGrid as standalone component

Open L0rD59 opened this issue 10 years ago • 6 comments

Hi,

Do you have the DataGrid as standalone component ?

I don't think so.

It would be cool to have a DataGrid component AND DataGridBundle for Symfony2 integration.

Like PagerFanta & PagerFanta Bundle.

It is conceivable ? What do you think about this ?

Thx for reply.

L0rD59 avatar Mar 12 '14 10:03 L0rD59

The bundle needs the request, the session, the router, twig, the security context and doctrine. Security context can be ignored. Doctrine can be replaced by another. Twig too can be easily replaced by another template engine.

Abhoryo avatar Mar 12 '14 10:03 Abhoryo

Hi @Abhoryo , yes i know for dependencies, but it's can be passed as parameter in construct instead of container of services.

You are not interested by this point of view ? it will be interesting for project use symfony component.

L0rD59 avatar Mar 12 '14 11:03 L0rD59

Of course I'm interested.

what are the points that don't allow to use the bundle standalone ? Change the composer ?

Abhoryo avatar Mar 12 '14 11:03 Abhoryo

the name of services

i would be create an alias to make it works...

i did this until

L0rD59 avatar Mar 12 '14 12:03 L0rD59

I don't understand.

Abhoryo avatar Mar 12 '14 13:03 Abhoryo

@L0rD59 do you interested in developing this feature at 3.0

hmert avatar Oct 01 '16 23:10 hmert