Hidden columns/Basic initialisation (Datatables + Laravel 2022)

Published: 18 August 2022
on channel: Abdelhalim Saïdi
672
12

Hidden columns :
here are times when you might find it useful to display only a sub-set of the information that was available in the original table. For example you might want to reduce the amount of data shown on screen to make it clearer for the user (consider also using the Responsive extension for this). This is done through the columns.visible column option.

The column that is hidden is still part of the table and can be made visible through the api column().visible() API method at a future time if you wish to have columns which can be shown and hidden.

Furthermore, as the hidden data is still part of the table, it can still, optionally, be filtered upon allowing the user access to that data (for example 'tag' information for a row entry might used).

In the table below both the office and age version columns have been hidden, the former is not searchable, the latter is.

http://127.0.0.1:8000/features/basic_init/hidden_columns


Watch video Hidden columns/Basic initialisation (Datatables + Laravel 2022) online without registration, duration hours minute second in high quality. This video was added by user Abdelhalim Saïdi 18 August 2022, don't forget to share it with your friends and acquaintances, it has been viewed on our site 67 once and liked it 1 people.