Search
43898 results 10811-10820
Forum
- 10th Dec 2021How can I go to the previous page with the browser back button?the page in the table, or adjusting the sorting,
- 10th Dec 2021Print an object into rows, but detect the object number as the total content in the paginationThat helps, thanks, but the test case would help more. If you could post the data you're receiving and the table layout you want in a test case (the link is in my last message) that'll help progress this, Colin
- 9th Dec 2021Server side datatable with custom filter not saving stateThanks for the tip. However, If I create the inputs before the table is initialized, they are ignored/not shown, as the divs that I am setting the .html on do not yet exist
- 9th Dec 2021StateRestore and Deep Linkingsame scope as the table variable. You have B
- 9th Dec 2021StateSave on active buttonsChange it back and you will see an undefined error. Its due to the variable table not being ready to use until initComplete is done and exited. Kevin
- 9th Dec 2021Agregar valor a botón proveniente de un jsonthe JSON before the table is initialisation, so it
- 8th Dec 2021DateRangePicker - Default range and display current rangevariable is oTable not table. Last is to move
- 8th Dec 2021inline KeyTable and validationCompared that exmple to mine and when I took out keys: [9] from the keys options for the table it worked. So the table setup now looks like: keys: { columns: ':not('readonly')', editor: vm.editor } Does that make sense?
- 7th Dec 2021Pagination not working when using postHello Kevin Thanks, with your help i have replaced echo json_encode( SSP::simple( $_GET, $sql_details, $table, $primaryKey, $columns, $joinQuery, $extraCondition) ); to echo json_encode( SSP::simple( $_POST, $sql_details, $table, $primaryKey, $columns, $joinQuery, $extraCondition) ); And it works :)
- 7th Dec 2021CSS Parameter for dragged rowThe table width is the most