What's new

Welcome to xCrud Community - Data Management and extended PHP CRUD

Join us now to get access to all our features. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, and so, so much more. It's also quick and totally free, so what are you waiting for?

Built a modern PHP CRUD grid after years using Xcrud — looking for feedback

dhuerta29

Member
Joined
Dec 10, 2021
Messages
33
Reaction score
1
Points
8
Location
chile
Hi everyone,

I've been working with Xcrud-type tools for several years to generate fast CRUD operations in PHP, especially for admin panels.

Over time, I started to notice some limitations, mainly in performance, reliance on jQuery, and how to manage a more organized backend architecture. That's why I decided to build my own solution from scratch, focused on being lighter and more flexible.

The result is a small framework I called **ArtiGrid**, designed to generate grids with pagination, filters, and dynamic loading without so much repetitive code.

If anyone wants to check it out or try it, I've left a demo here:

👉 https://artigrid.developmentserver.cl/pages/get_started.php

I'm very interested in hearing the opinions of other developers who have used Xcrud or other alternatives.

What do you feel is still missing or could be improved in these types of tools?
 
Last edited:

Bit360

New member
Joined
Dec 9, 2021
Messages
3
Reaction score
0
Points
1
Location
Italy
Hi,
Interesting, I'm evaluating your project. I was wondering if it would be possible to add custom buttons with conditions to actions, like in xcrud.
Thanks
 

dhuerta29

Member
Joined
Dec 10, 2021
Messages
33
Reaction score
1
Points
8
Location
chile
Hi,
Interesting, I'm evaluating your project. I was wondering if it would be possible to add custom buttons with conditions to actions, like in xcrud.
Thanks
Hi,

Thanks for your interest in the project 🙂

Yes, that’s actually something I’m currently working on. The idea is to allow custom action buttons with conditional logic, similar to what you mentioned (like in xCRUD), so you can control their visibility and behavior based on row data or specific rules.

It should be included in an upcoming update.

If you have any specific use case in mind, feel free to share it—I'd be happy to consider it while implementing this feature.
 
Top Bottom