Search code examples
bootstrap-table

wenzhixin Bootstrap table - getVisibleColumns


I am using bootstrap-table plugin - http://bootstrap-table.wenzhixin.net.cn

There is a method for accessing hidden columns - getHiddenColumns but there is no getVisibleColumns method. Actually I want to search on the visible columns only for this I need the visible column names.

How can I get it? Any help will be greatly appreciated. Thanks in advance.


Solution

  • Added the getVisibleColumns method in the plugin. Therefore, we can use that now. So, it is solved now.