drip-table

A tiny and powerful enterprise-class solution for building lowcode tables. 轻量、强大的企业级表格可视化搭建解决方案。

MIT License

Stars
1.3K

Bot releases are visible (Hide)

drip-table - 1.2.1 Latest Release

Published by Estherjing about 2 years ago

Drip-table-generator

  • unknown componentType links; optionsParam in demo. ( @helloqian12138 #80 )
  • formmat options of custom form.
  • generator add global configs. ( @helloqian12138 #83 )
drip-table - 2.0.0-alpha.3

Published by Estherjing about 2 years ago

Drip-table

  • add selection background including virtual table.
  • update table layout import path
  • chore: add layout base props typing
drip-table - 1.5.1

Published by Estherjing about 2 years ago

Drip-table

  • optimize ajv validator performance. ( @tinymins #145 )

Drip-table-generator

  • fix use modern clipboard api for copy.
  • fix generator component name overflow.
drip-table - 1.5.0

Published by Estherjing about 2 years ago

Drip-table

  • add record to DripTableTableInformation.
  • add defaultExpandAllRows,defaultExpandedRowKeys and subtableProps

Drip-table-generator

  • bump eslint-config-lvmcn from 0.0.46 to 0.0.51.

docs

  • update DripTableTableInformation typing.

remove useless naming-convention eslint configure overwrite.

drip-table - 1.4.0

Published by Estherjing about 2 years ago

Drip-table

  • add schema and parent to table information

Drip-table-generator

  • generator add component props and fix array list component no extra display.
  • fix ui extra component type error and docs
  • fix: update drip table props type identification.

update bug_report.md. ( @raoenhui #137 )

drip-table - 1.3.15

Published by Estherjing about 2 years ago

Drip-table

  • allows empty pagination.pageSize schema

docs

  • update text component document
drip-table - 1.3.14

Published by Estherjing about 2 years ago

Drip-table

  • add "default" enum to schema.size.
  • text component ellipsis option logic.

docs

  • fix: index page for local debug.

lock cheerio version.
bump to github-ci actions/setup-node v3.
add fix-deps to prepare

drip-table - 1.3.12

Published by Estherjing about 2 years ago

Drip-table-generator

  • drip-table-generator add header preview in edit mode.
  • add rich text component.
drip-table - 1.3.11

Published by Estherjing about 2 years ago

Drip-table

  • drip-table support showtotal in pagination.

Drip-table-generator

  • fix files header info and custom global config default undefined.
  • generator add nodata feedback prop.
  • add header preview in edit mode.

docs

  • standalone docs home page logic.
  • add pagination showtotal and custom global configs instructions.

use ssr for better SEO.
viewport for mobile device.

drip-table - 1.3.10

Published by Estherjing about 2 years ago

Drip-table

  • rename drip-table changelog.
  • drip table add group component.

Drip-table-generator

  • fix no custom panel show errors.
  • generator add group component.
  • generator add remote url component.
  • component layout support orders.

docs

  • generator add props docs.
  • add components operate instructions.
drip-table - 1.3.9

Published by Estherjing about 2 years ago

Drip-table

  • print ajv error params.
  • safe check ajv error params typing.
  • add sticky props for page header adjustment.
  • update default header configure.
  • fix column default value props not working.
  • fix indexValue function defaultValue not working
  • fix text defaultValue for number logic error.

docs

  • add background color to className sample.
  • add sticky props document to menu.
  • fix subtable description content.
drip-table - 1.3.8

Published by Estherjing about 2 years ago

Drip-table

  • onChange event parameter
drip-table - 1.3.8-alpha.0

Published by Estherjing about 2 years ago

Drip-table

  • remove drip-table-provider export.
  • instance ref typing export.

Drip-table-generator

  • generator add slot props and header config.
  • update instruction of custom global panel configs.
  • useless type export and extra header config
drip-table - 1.3.7

Published by Estherjing about 2 years ago

Drip-table

  • callbacks add additional parameter to tell table info
  • life-cycle event trigger
drip-table - 1.3.6

Published by Estherjing about 2 years ago

Drip-table

  • wrap render-html with error-boundary to avoid render failure
drip-table - 1.3.5

Published by Estherjing about 2 years ago

Drip-table

  • schema can control classname and styles.

keep typescript comments

drip-table - 1.3.4

Published by Estherjing about 2 years ago

Drip-table

  • unknown column should display erorr-message. ( @tinymins #107 )
drip-table - 1.3.3

Published by Estherjing about 2 years ago

Drip-table

  • add props ajv logic.
  • subtable schema should remove dataSourceKey.
  • add missing ajv schema

remove wrong usage of schema declare.

drip-table - 1.3.2-alpha.3

Published by Estherjing about 2 years ago

Drip-table

  • correct column schema data structure.
  • correct compatible code

Drip-table-generator

  • add ui:type and ui:props compatible logic
  • force cast typings for building errors.
drip-table - 1.3.2-alpha.2

Published by Estherjing about 2 years ago

Drip-table

  • no need to extract ui:props to component.
  • do not automatic add footer to subtable.
  • rewrite drip-table props document
  • rename ui:type to component