Search
23531 results 1411-1420
Forum
- 23rd Jul 2020how to change option "columns" in a inited FixedColumns dataTable?call dataļ¼and options of "columns" to build column's title
- 17th Jul 2020Show SearchPanes for first two columns, hide all otherHi, What I have: A table created with PHP. This table has a unknown/dynamical number of columns. What I want: Use SearchPanes for only the first two columns, and hide all other columns. How can I do this?
- 13th Jul 2020Add className or Id to columns in Datatablevar topTable = $('#topTable').DataTable(); dataResult.map((eachData,index) => { topTable.row.add([ eachData.id, eachData.name, eachData.dep]) } topTable.draw() I want to add classname or id class="name-"+index to the columns, such that tr td td(class="name-0) name td tr td td(class="name-1) td
- 20th Jun 2020Mouse scroll not working for table with fixed columnsto occur when fixed columns are enabled. If the
- 19th Jun 2020FixedHeader - some columns with wrong widthare 48 narrow, empty columns. When I scroll down
- 18th Jun 2020Is there a version of rows().ids() that will return specified columns' data of selected rows?to get 2 specific columns' data of selected rows
- 18th Jun 2020Ordering columns and suddenly buttons links went missingcompletely fine, there's seven columns and the last one
- 18th Jun 2020DTFC_LeftBodyLiner & DTFC_LeftBodyWrapper width difference cause fixed columns misalignmentwith CSS where fixed columns were misaligned. Added following
- 15th Jun 2020Is it possible to display multiple columns on same page ?Is it possible to display multiple columns on same page ? like this :
- 12th Jun 2020Combine columns into one columnI need to combine columns in my datatable for