DataTable responsive display certain columns

后端 未结 2 1504
别那么骄傲
别那么骄傲 2020-12-14 23:36

I am using DataTables along with responsive and facing issues while trying to display only certain columns.

Table layout is like this:

I need to display to

2条回答
  •  青春惊慌失措
    2020-12-14 23:41

    It looks like you need this:

    The column priority can also be defined by a data-priority attribute on the column's header cell (for example First name).

提交回复
热议问题