omines / datatables-bundle

DataTables bundle for Symfony
https://omines.github.io/datatables-bundle/
MIT License
251 stars 113 forks source link

Can the table be displayed as a form? #265

Closed rubeendaw closed 1 year ago

rubeendaw commented 2 years ago

Hello everyone, I have been researching and implementing this table for a few days.

I wish I could do this https://datatables.net/examples/api/form.html

It's possible? or do I have to do the whole implementation?

curry684 commented 1 year ago

That example runs completely clientside, and this bundle is unopinionated on what you do on that end. So yes, you can implement this by writing your own frontend code to do it.

https://omines.github.io/datatables-bundle/#javascript explains how to do all customization in JS.