need table with multiple column (column A-Z) if search, it should search the column not row

need table with multiple column (column A-Z) if search, it should search the column not row

nagarajan.vnagarajan.v Posts: 1Questions: 1Answers: 0

if i search column d - only column d has to be displayed, remaining all should be hidden, and if i click 10 in show entries, it should show only column a -j , please update me

Answers

  • kthorngrenkthorngren Posts: 21,159Questions: 26Answers: 4,921

    You can use column().visible() for a single column or columns().visible() to control multiple columns.

    click 10 in show entries, it should show only column a -j

    You wouldn't be able to use the default page length input for this. You would need to create your own then use one of the above API's.

    Kevin

This discussion has been closed.