Search
43724 results 15621-15630
Forum
- 2nd Apr 2018highlight a row via API?Likely you will need to prioritize the .Highlight_inUse class. Something like this maybe (change myTable to the ID of your table): table#myTable.dataTable tbody tr.Highlight_inUse > .sorting_1 { background-color: #ffa; } table#myTable.dataTable tbody tr.Highlight_inUse { background-color: #ffa; } Kevin
- 2nd Apr 2018Cascade method not taking place among filter drop-downs for all the columnsthe column drop-downs on table header and unable to
- 2nd Apr 2018Slowness of Editor processing (weird question)aren't displayed in the table should also work okay.
- 2nd Apr 2018PHP Upload not add __ID__ to file nameYou haven't provided it with any information about the database for the files table. This section of the manual will hopefully be helpful. Allan
- 2nd Apr 2018Tables on UIKit3-TabsIf you are still having this issue after calling columns.adjust() when the table is made visible, we'd need a link to a test case showing the issue. Thanks, Allan
- 2nd Apr 2018Row heightJust in the same way you would with a plain HTML table td { height: ... } in your CSS. Allan
- 1st Apr 2018How exactly does Fixed Columns workYou are looking for Responsive rather than FixedColumns. FixedColumns is used for a scrolling table only. Responsive however, will hide columns based on the table width automatically. The documentation for how to prioritise columns is available here. Allan
- 31st Mar 2018postCreate (onPostCreate) does not seem to fireneed to reload the table, keeping the paging in
- 31st Mar 2018Failed opening 'Editor-PHP-1.7.3.php' for inclusion (include_path='.:/usr/share/pear:/usr/share/php'Is 'staff' referring to the table name in the SQL database? Editor::inst( $db, 'staff' ) ->fields( Field::inst( 'first_name' ), Field::inst( 'last_name' ), Field::inst( 'position' ), Field::inst( 'email' ), Field::inst( 'office' ) );
- 30th Mar 2018Readonly recordsif by default the table is read only), important