ywana-core8 0.0.217 → 0.0.218

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -4508,6 +4508,9 @@ var TableSelector = function TableSelector(props) {
4508
4508
  });
4509
4509
  var table = {
4510
4510
  columns: [{
4511
+ id: "id",
4512
+ label: "ID"
4513
+ }, {
4511
4514
  id: "idMatricula",
4512
4515
  label: "ID Matricula"
4513
4516
  }],