98 Commits (caef092f8a9102bd5f7e4f4483352f007330add4)

Author SHA1 Message Date
mike12345567 107c9e2dfc Fix for #5553 - when importing for SQL databases attempt to manage date and time only column times, handle these when displaying in tables and when filtering. 4 years ago
Andrew Kingston d7f627e9cc Increase table title size and padding around table headers 4 years ago
Andrew Kingston cd3bcdb41a Prevent flashing CTA buttons when initially loading table data 4 years ago
Andrew Kingston 430732be90 Add placeholder table content and add highlighted and disabled states to table buttons 4 years ago
Andrew Kingston 3bfea0a472 Don't set explicit height of tables when total row count is equal or less than the desired rows, to avoid tiny overflow due to horizontal scrollbars 5 years ago
Andrew Kingston 10be256302 Make copy to clipboard an exported utility 5 years ago
Andrew Kingston 04624ece07 Fix selecting all rows and fix table click events clashing with row selection 5 years ago
Andrew Kingston c4dcd29dc3 Fix spacing in SelectEditRenderer 5 years ago
Peter Clement 4a119afb15 simplify add all method 5 years ago
Peter Clement 53c207691c add ability to select rows from different tables and provide bindings 5 years ago
Andrew Kingston b41c1ad6b3 Update documentation of table cell schema options 5 years ago
Andrew Kingston ef66c5f2d0 Update width of table code renderer cells 5 years ago
Andrew Kingston c701151bae Improve table column width handling when custom widths are applied 5 years ago
Andrew Kingston 826d49c58c Allow bindings for table cell values and break out cell settings into its own drawer component 5 years ago
Andrew Kingston e63dcd86e9 Update table hover to use a pseudo element to support hover color with customised cell backgrounds 5 years ago
Andrew Kingston 876e4743ea Add support for alignment, text color and background color in tables and improve padding compatibility with table sizes 5 years ago
Andrew Kingston c19f24b2e0 Move table overflow layer to fix sticky header not working 5 years ago
Andrew Kingston 4e6e932402 Fix table loading states and remove virtual table rendering 5 years ago
Andrew Kingston 61f689244e Ensure table height is exactly perfect for row count regardless of scrollbars 5 years ago
Andrew Kingston e1dc778b4e Fix table height calculation not being exact 5 years ago
Andrew Kingston 8481762c3c Add compact setting to table 5 years ago
Andrew Kingston f1649911b0 Only autosort columns when custom columns are not specified 5 years ago
Andrew Kingston 260b56b46d Completely rewrite BBUI table with divs and with support for custom column widths 5 years ago
Peter Clement a9194be9d2 add row selection numbers 5 years ago
Peter Clement 350edc2aec add row selection functionality to tables 5 years ago
mike12345567 832e3bd76e Fix for #3758 - updating the datetime cell renderer and form component to be capable of display time only formats, as well as adding an option to only select the time component for a date time form field. 5 years ago
mike12345567 d13985af3f Fix for #3758 - updating the datetime cell renderer and form component to be capable of display time only formats, as well as adding an option to only select the time component for a date time form field. 5 years ago
Andrew Kingston fa5ca1809c Fix copy to clipboard not working without a secure context and add better notifications 5 years ago
Andrew Kingston 03b3049572 Fix copy to clipboard not working without a secure context and add better notifications 5 years ago
Andrew Kingston 37e72db2a8 Remove lodash and sort dependencies out 5 years ago
Andrew Kingston 1d217a23b7 Add helpers into BBUI rather than frontend core and fix A11y issue 5 years ago
Andrew Kingston e3258a0caf Add helpers into BBUI rather than frontend core and fix A11y issue 5 years ago
Rory Powell 2af1a6e116 Add bold and code cell renderers 5 years ago
Rory Powell 5890f5d4dc Add bold and code cell renderers 5 years ago
Andrew Kingston 1bb6fb37e5 Flatten JSON schema in apps to allow filtering and display of nested values 5 years ago
Andrew Kingston 7b20aa31d1 Flatten JSON schema in apps to allow filtering and display of nested values 5 years ago
Rory Powell 23f33610fe Revert bad revert 5 years ago
Rory Powell 2b283d8bab Revert bad revert 5 years ago
Rory Powell 841e6b2518 Feedback: Rename set/not set to not empty/empty, remove cell rendering 5 years ago
Rory Powell 99b42c7083 Feedback: Rename set/not set to not empty/empty, remove cell rendering 5 years ago
Rory Powell b88319d201 Handle nulls / empty in views and tables 5 years ago
Rory Powell 0fb4613b5a Handle nulls / empty in views and tables 5 years ago
Peter Clement bd820f12fd add internal renderer back 5 years ago
Peter Clement faa64b9516 add internal renderer back 5 years ago
Peter Clement 29796c3490 Potential fix for issues with updating and saving rows and columns 5 years ago
Peter Clement eb957bc94f Potential fix for issues with updating and saving rows and columns 5 years ago
Peter Clement 39d9017eae remove addition of _id and _rev as autocolumns 5 years ago
Peter Clement bc340ba5c6 remove addition of _id and _rev as autocolumns 5 years ago
Peter Clement 4c0e2d3d07 remove uneeded log 5 years ago
Peter Clement 6366abae7e remove uneeded log 5 years ago