dotkernel / admin

DotKernel Admin Application, built on top of Mezzio microframework and using Laminas components.
https://admin5.dotkernel.net
MIT License
30 stars 5 forks source link

bootstrap table: replace with simple table #280

Closed arhimede closed 1 month ago

arhimede commented 2 months ago

it is complicated to send a fitltered URL @MarioRadu knows better what is the problem here

can we replace it with a simple table here and there ?

keep in the List Admins the bootstrap table and create another listing with simple table for listing some dummy data

arhimede commented 2 months ago
  1. "list admins" stay with boostrap table as proof of concept , with filters saved in database
  2. list logins stays as boostrap table POC with filters saved in database NOW let's create :
  3. create a new page : "list logins" which use the same DB entity as point 2 with simple table or whatever POC @MarioRadu want