jakubsacha / adminlte

29 stars 16 forks source link

How about using Datatables? #5

Closed irazasyed closed 9 years ago

irazasyed commented 10 years ago

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.

jakubsacha commented 10 years ago

can you reffer some of those packages?

irazasyed commented 10 years ago

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.

jakubsacha commented 10 years ago

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.

irazasyed commented 10 years ago

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.

irazasyed commented 10 years ago

Check this out: Users Page

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.

jakubsacha commented 10 years ago

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

jakubsacha commented 10 years ago

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.

irazasyed commented 10 years ago

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?

jakubsacha commented 10 years ago

MIT :-)

irazasyed commented 10 years ago

Good :+1:

jakubsacha commented 9 years ago

looks like we will not handle that.

jakubsacha commented 9 years ago

Hey boys,

It took some time, but i started datatable implementation with laravel 5 support. Fell free to contribute:)

Best

irazasyed commented 9 years ago

Hey @jakubsacha

Sounds good :+1: