APY / APYDataGridBundle

Symfony Datagrid Bundle
MIT License
494 stars 343 forks source link

DataGrid as standalone component #516

Open L0rD59 opened 10 years ago

L0rD59 commented 10 years ago

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.

Abhoryo commented 10 years ago

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.

L0rD59 commented 10 years ago

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.

Abhoryo commented 10 years ago

Of course I'm interested.

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

L0rD59 commented 10 years ago

the name of services

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

i did this until

Abhoryo commented 10 years ago

I don't understand.

hmert commented 8 years ago

@L0rD59 do you interested in developing this feature at 3.0