Closed curry684 closed 1 year 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.
There is no viable PR available and we are not actively developing this feature or planning to.
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 :)
In general we ourselves now mainly using Vue for fully clientside tables :) The issue more or less got caught up by technology.
Stale issue message
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.