omines / datatables-bundle

DataTables bundle for Symfony
https://omines.github.io/datatables-bundle/
MIT License
263 stars 113 forks source link

Implement client-side tables #6

Closed curry684 closed 1 year ago

curry684 commented 6 years ago

Currently every table will be serverside AJAX, which may be overkill or even explicitly undesired in certain cases. By inline invoking the Adapter we should be able to easily implement a full clientside table as well using DataTables.

JPustkuchen commented 3 years ago

@omines: Any plan to pull this? Any active development? This totally makes sense and would simplify things in several cases where AJAX has no benefit.

curry684 commented 3 years ago

There is no viable PR available and we are not actively developing this feature or planning to.

JPustkuchen commented 3 years ago

Thank you @curry684 - if others are looking for a lightweight, flexible solution without AJAX, like me, this might be an alternative: https://github.com/JPustkuchen/TableClassBundle/

Anyway it has a lot less features and a different focus from this project. In the README I described how to optionally use it with DataTables. When using DataTables WITH AJAX, this omines/datatables-bundle project is still perfect :)

curry684 commented 3 years ago

In general we ourselves now mainly using Vue for fully clientside tables :) The issue more or less got caught up by technology.

github-actions[bot] commented 1 year ago

Stale issue message