Closed irazasyed closed 9 years ago
can you reffer some of those packages?
Chumper/Datatable - This one's my fav for now. bllim/laravel4-datatables-package - This is more popular and widely used. I've used it before but no longer using it. Daveawb/Laravel-Datatables - Another one which i just found recently.
We have to think about that guys. It is mostly related to controllers which are part of syntara. We could leave syntara code and rewrite it in this repository but im not sure we want to do that.
Yeah i know, but that would be good. In fact i was thinking of creating a new project if this one is not implementing such thing.
Check this out:
Currently I'm not using any package but using datatables html method, as you can see we no longer require separate search box and this search is so good that it automatically lets you search full table, every column is supported. Doesn't require any additional configuration. It also has pagination, number of records to show, etc. Good stuff.
yea that's right. so, lets start work.
I think for now new branch would be the best for this. i've created datatables branch until it is not stable.
im sure we should base on https://cartalyst.com/manual/sentry
i've give you permissions so you can work directly on this repo. please push as ofthen as possible. i'll try to do some work also but at the end of this week.
what we have to do is rewrite login, users/groups/permissions management.
at the end we should drop syntara requirement and replace it with sentry 2 only.
Sure. But I'm currently busy with a project already. I'll try it after a week or so.
What is the license of this project btw?
MIT :-)
Good :+1:
looks like we will not handle that.
Hey boys,
It took some time, but i started datatable implementation with laravel 5 support. Fell free to contribute:)
Best
Hey @jakubsacha
Sounds good :+1:
Why not use datatables for all the tables in panel with full support like search, pagination, actions and other features.
There are already some good packages for laravel which makes it easier to integrate datatables.