Search
23523 results 231-240
Manual
- File Upload › Database informationA list of the columns to be written to
- SearchPanes › SearchPaneOptions classoptions SearchPaneOptions->label( string|string[] ) - The column(s) that contain the label
- Options › Control methods › render()if you get multiple columns with ->label() and wish
- One-to-many joins › Client-sidesuch nested JSON data. columns: [ { data: "users.first_name" }, { data: "permission",
- Joins › Example › Client-sideurl: '../php/join.php', type: 'POST' }, columns: [ {data: 'users.first_name'}, {data: 'users.last_name'},
General
- Editor 1.5.6 release notes › Release notes › Fixestable required the join columns to be defined in
- Editor 1.5.3 release notes › Release notes › Examplesselection into two distinct columns for the Responsive with
- Editor 1.5.2 release notes › Release notes › ExamplesInline editing for specific columns Update - examples: Use datetime
- Editor 1.3.2 release notes › Release notes › Fixesused Fix PHP: Support columns with a dash (-) in
- Editor 1.2.1 release notes › Release notes › NewAliasing fields to read columns from the parent table
Forum
- 5th Dec 2021I need to programmatically add/remove fixed columns after table created. Reason? responsive tableas that defines where columns are and aren't shown.
- 3rd Dec 2021Add columns to Bootstrap 4 example without losing sort and pagination?SOLVED: there was one sneaky row that had no data in it in the new column(s) that appears to be causing the error. Thanks for your help @LukasL , @kthorngren !
- 3rd Dec 2021Multi-Select columnssearch boxes for certain columns // the title of the
- 3rd Dec 2021Choose columns to hidegetting between the two columns when I remove the
- 29th Nov 2021State persistence is lost after columns are added in the model?Ok, thanks for the answer. I'll write my own middleware that adds more columns to saved settings before they're loaded if column count in the table is more than what it was when settings were saved.
- 26th Nov 2021Conditional Formatting for hidden columns when using Responsiverenderer for those hidden columns. How would I do
- 22nd Nov 2021flip columns on excel exportWhen you say "flip columns", do you means columns 1,2,3,4 would be 4,3,2,1 on the export? Colin
- 19th Nov 2021Use a variable in '$columns = array' in ssp scriptBuild the array in a more procedural way: $columns = array(); $columns[] = array( 'db' => 'MTLOC', 'dt' => 'location_code' ); if ($taskFormType === 'myType') { $columns[] = array( 'db' => 'MTCODE', 'dt' => 'machine_code' ); } // etc - add more columns Allan
- 19th Nov 2021How to apply column filtering for only searchable="true" columns?Add a class to those columns you don't want to search using columns.className. Use that classname is the column-selector with the jQuery :not() selector to to skip those columns. See the updated example: http://live.datatables.net/hukileju/9/edit Kevin
- 19th Nov 2021table.row.add() with defined columnsthe 2nd and 3rd columns. You could use columns.render to extract the particular