skyronic / crudkit

Toolkit to quickly build powerful mobile-friendly CRUD (create/read/update/delete) interfaces for PHP, Laravel, and Codeigniter apps. Works with MySQL and other databases.
http://crudkit.com
MIT License
290 stars 85 forks source link

Comments and suggestions #20

Open Sogl opened 9 years ago

Sogl commented 9 years ago

Hi! Very nice kit for quick building web-app. Thank you! :+1:

Some changes that I want:

  1. Enter button don't work in search field. Fix, please.
  2. Can you use more complex table? Something like JTable (very good relations support) or ExtJS with grouping, summary in groups, grouped header. Also very good table in w2ui. The only problem is that most of them did not responsive.
  3. Edit button per row support.
  4. Edit in modal window.
  5. Selecting rows by checkbox and group deleting.
  6. Extendable authetification (in future). I used LDAP in my app with adLdap PHP extension.
  7. Select2 or something that can add search in comboboxes.
  8. Multilaguage support.
  9. Laravel example and documentation (in future).

I already wrote an app that uses Jtable, adLdap, select2 in pure PHP. My big problem is code organization and adding module structure...maybe I rewrite my project with your kit in future.

What frontend template you use for this project? It looks like AdminLTE.

I can help you with something if you want =)

skyronic commented 8 years ago

Hi @Sogl

Thank you so much for taking the time to list these out. I've not had much time to work on this for the last few months. But now I do, so I will try to look into your list after some fixing some embarassing bugs :)

Thanks again, and keep an eye open for lots of new changes coming this way. I'm keeping this issue open to keep as a reference.

gbaburto commented 8 years ago

Thanks for the Library, Can you make the amount of rows retrieved variable, instead of a fixed 10.

Thanks.

skyronic commented 8 years ago

@gbaburto that's a nice idea. I'm gonna add it today, you can see #32

skyronic commented 8 years ago

@gbaburto I've added the feature, it'll be available in the next release. Thanks for the idea.

tresero commented 8 years ago

sqlite3 doesn't work?