⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

Visibility and Column Reordering



flowerbed333

flowerbed333
  • profile picture
  • Member

Posted 06 December 2017 - 09:39 AM

Hi,

 

You used dataTable for the rendering of your result.

I used dataTable also in my reporting tool.

In dataTable, 2 extensions are really incredible and fit the requirements of 90% of the users :

- Buttons (with visibility) which allows to hide fieldshttps://datatables.net/extensions/buttons/

- Col Reorder which allows to reorder fields : https://datatables.net/extensions/colreorder/

 

These 2 extensions makes dataTable very powerfull and very customizable because settings for these 2 extension are stored in LocalStorage.

Visibility (via Button) allows also to search into hidden fields. Amazing for most of the users.

 

I think that if you implement these 2 extension, your Grocery Crud could be award winning CRUD.

 

PS : I am Business Architect and Analyst. 

 

Mitch