budibase/packages/bbui/src/Table
Andrew Kingston 3b1819952d Builder data section routing refactor (#8996)
* Improve theming with spectrum badges and dedupe spectrum label usage

* Update data section nav to match designs and use panel component

* Fix main content layout in data section

* Update data section routing for tables

* Improve data section routing for tables to account for edge cases

* Update internal and sample datasource routing

* Update external datasource routing

* Update routing for queries and make a top level concept like everything else

* Update routing for views

* Fix undefined reference when deleting datasource

* Reduce network calls and fix issues with stale datasourcenavigator state

* Update routing for REST queries and unify routes for normal queries and REST queries

* Lint

* Fix links for queries from datasource details page

* Remove redundant API calls and improve table deletion logic

* Improve data entity deletion logic and redirection and fix query details keying

* Improve determination of selected item in datasource tree

* Lint

* Fix BBUI import

* Fix datasource navigator selected state not working for internal DB or sample data
2022-12-17 14:13:06 +00:00
..
ArrayRenderer.svelte Refactor 2022-06-28 15:43:34 +01:00
AttachmentRenderer.svelte Stop click propagation on attachment links in tables 2022-09-21 16:01:18 +01:00
BoldRenderer.svelte Improve table column width handling when custom widths are applied 2022-02-21 14:47:01 +00:00
BooleanRenderer.svelte
CellRenderer.svelte fix paging and add deletion 2022-10-20 11:46:04 +01:00
CodeRenderer.svelte Update width of table code renderer cells 2022-02-21 16:03:40 +00:00
DateTimeRenderer.svelte 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. 2022-05-03 14:11:06 +01:00
InternalRenderer.svelte Make copy to clipboard an exported utility 2022-02-24 21:48:23 +00:00
RelationshipRenderer.svelte Builder data section routing refactor (#8996) 2022-12-17 14:13:06 +00:00
SelectEditRenderer.svelte Fix spacing in SelectEditRenderer 2022-02-24 09:12:45 +00:00
StringRenderer.svelte Improve table column width handling when custom widths are applied 2022-02-21 14:47:01 +00:00
Table.svelte Merge branch 'develop' of github.com:Budibase/budibase into side-panel 2022-11-25 11:24:57 +00:00
index.js